Shades of Slate Blue #606CDC
Tints of Slate Blue #606CDC
RGB
CMYK
RGB Variations
Color information
#606CDC (or 0x606CDC) is known color: Slate Blue. HEX triplet: 60, 6C and DC. RGB value is (96,108,220). Sum of RGB (Red+Green+Blue) = 96+108+220=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #606CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CDC is #9F9323. Grayscale: #747474. Windows color (decimal): -10457892 or 14445664. OLE color: 14445664.
HSL color Cylindrical-coordinate representation of color #606CDC: hue angle of 234.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606CDC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 108 | 220 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.14 |
| HSL | 234.19º | 0.64% | 0.62% | - |
| HSV(B) | 234.19º | 0.56% | 0.86% | - |
| XYZ | 23.1 | 18.38 | 70.04 | - |
| YUV | 117.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 220 | 0.56 | 0.51 | 0 | 0.14 | 234.19 | 0.64 | 0.62 |
| Hex | 60 | 6C | DC | 38 | 33 | 0 | E | EA | 40 | 3E |
| Octal | 140 | 154 | 334 | 70 | 63 | 0 | 16 | 352 | 100 | 76 |
| Binary | 1100000 | 1101100 | 11011100 | 111000 | 110011 | 0 | 1110 | 11101010 | 1000000 | 111110 |
Color Harmonies of #606CDC
Complementary color
Monochromatic Colors of #606CDC
Black with #606CDC
Text Example
Text Example
White with #606CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CDC; }
p { color: rgb(96,108,220); }
H1.HeaderClassName
{
color: #606CDC;
}
.AnyTagClassName
{
color: #606CDC;
}
</style>
background-color css
<style>
a { background-color: #606CDC; }
a { background-color: rgb(96,108,220); }
div.DivClassName
{
background-color: #606CDC;
}
.BgClassName
{
background-color: #606CDC;
}
</style>
border-color css
<style>
span { border-color: #606CDC; }
span { border-color: rgb(96,108,220); }
td.TdClassName
{
border-color: #606CDC;
}
.TagClassName
{
border-color: #606CDC;
}
</style>