Random Color Generator

#606ddb Color

Color Codes
Hex Code #606ddb
RGB Code rgb(96, 109, 219)
HSL Code hsl(234, 63%, 62%)

#606ddb Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(96, 109, 219);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(234, 63%, 62%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #606ddb

RGB Code Hex Code Preview
rgb(96, 109, 219, 10%) #606ddb1a  
rgb(96, 109, 219, 20%) #606ddb33  
rgb(96, 109, 219, 40%) #606ddb4C  
rgb(96, 109, 219, 60%) #606ddb99  
rgb(96, 109, 219, 80%) #606ddbCC  
rgb(96, 109, 219, 100%) #606ddbFF  

Saturated and desaturated colors of #606ddb

HSL Code Preview
hsl(234, 10%, 62%)  
hsl(234, 20%, 62%)  
hsl(234, 40%, 62%)  
hsl(234, 60%, 62%)  
hsl(234, 80%, 62%)  
hsl(234, 100%, 62%)  

#606ddb Color Usage In CSS

 body {
    color: #606ddb;
    }
 p {
    color: rgb(96, 109, 219);
    }
 header {
    border-bottom:1px solid #606ddb;
    }
Recent Random Colors