Shades of Slate Blue #606DD3
Tints of Slate Blue #606DD3
RGB
CMYK
RGB Variations
Color information
#606DD3 (or 0x606DD3) is known color: Slate Blue. HEX triplet: 60, 6D and D3. RGB value is (96,109,211). Sum of RGB (Red+Green+Blue) = 96+109+211=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #606DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DD3 is #9F922C. Grayscale: #747474. Windows color (decimal): -10457645 or 13856096. OLE color: 13856096.
HSL color Cylindrical-coordinate representation of color #606DD3: hue angle of 233.22º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #606DD3 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 109 | 211 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.17 |
| HSL | 233.22º | 0.57% | 0.6% | - |
| HSV(B) | 233.22º | 0.55% | 0.83% | - |
| XYZ | 22.05 | 18.13 | 63.96 | - |
| YUV | 116.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 211 | 0.55 | 0.48 | 0 | 0.17 | 233.22 | 0.57 | 0.6 |
| Hex | 60 | 6D | D3 | 37 | 30 | 0 | 11 | E9 | 39 | 3C |
| Octal | 140 | 155 | 323 | 67 | 60 | 0 | 21 | 351 | 71 | 74 |
| Binary | 1100000 | 1101101 | 11010011 | 110111 | 110000 | 0 | 10001 | 11101001 | 111001 | 111100 |
Color Harmonies of #606DD3
Complementary color
Monochromatic Colors of #606DD3
Black with #606DD3
Text Example
Text Example
White with #606DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DD3; }
p { color: rgb(96,109,211); }
H1.HeaderClassName
{
color: #606DD3;
}
.AnyTagClassName
{
color: #606DD3;
}
</style>
background-color css
<style>
a { background-color: #606DD3; }
a { background-color: rgb(96,109,211); }
div.DivClassName
{
background-color: #606DD3;
}
.BgClassName
{
background-color: #606DD3;
}
</style>
border-color css
<style>
span { border-color: #606DD3; }
span { border-color: rgb(96,109,211); }
td.TdClassName
{
border-color: #606DD3;
}
.TagClassName
{
border-color: #606DD3;
}
</style>