Shades of Slate Blue #606DDD
Tints of Slate Blue #606DDD
RGB
CMYK
RGB Variations
Color information
#606DDD (or 0x606DDD) is known color: Slate Blue. HEX triplet: 60, 6D and DD. RGB value is (96,109,221). Sum of RGB (Red+Green+Blue) = 96+109+221=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #606DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DDD is #9F9222. Grayscale: #757575. Windows color (decimal): -10457635 or 14511456. OLE color: 14511456.
HSL color Cylindrical-coordinate representation of color #606DDD: hue angle of 233.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606DDD is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 109 | 221 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.13 |
| HSL | 233.76º | 0.65% | 0.62% | - |
| HSV(B) | 233.76º | 0.57% | 0.87% | - |
| XYZ | 23.34 | 18.64 | 70.78 | - |
| YUV | 117.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 221 | 0.57 | 0.51 | 0 | 0.13 | 233.76 | 0.65 | 0.62 |
| Hex | 60 | 6D | DD | 39 | 33 | 0 | D | EA | 41 | 3E |
| Octal | 140 | 155 | 335 | 71 | 63 | 0 | 15 | 352 | 101 | 76 |
| Binary | 1100000 | 1101101 | 11011101 | 111001 | 110011 | 0 | 1101 | 11101010 | 1000001 | 111110 |
Color Harmonies of #606DDD
Complementary color
Monochromatic Colors of #606DDD
Black with #606DDD
Text Example
Text Example
White with #606DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DDD; }
p { color: rgb(96,109,221); }
H1.HeaderClassName
{
color: #606DDD;
}
.AnyTagClassName
{
color: #606DDD;
}
</style>
background-color css
<style>
a { background-color: #606DDD; }
a { background-color: rgb(96,109,221); }
div.DivClassName
{
background-color: #606DDD;
}
.BgClassName
{
background-color: #606DDD;
}
</style>
border-color css
<style>
span { border-color: #606DDD; }
span { border-color: rgb(96,109,221); }
td.TdClassName
{
border-color: #606DDD;
}
.TagClassName
{
border-color: #606DDD;
}
</style>