Shades of Slate Blue #605ECC
Tints of Slate Blue #605ECC
RGB
CMYK
RGB Variations
Color information
#605ECC (or 0x605ECC) is known color: Slate Blue. HEX triplet: 60, 5E and CC. RGB value is (96,94,204). Sum of RGB (Red+Green+Blue) = 96+94+204=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #605ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ECC is #9FA133. Grayscale: #6A6A6A. Windows color (decimal): -10461492 or 13393504. OLE color: 13393504.
HSL color Cylindrical-coordinate representation of color #605ECC: hue angle of 241.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605ECC is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 94 | 204 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.2 |
| HSL | 241.09º | 0.52% | 0.58% | - |
| HSV(B) | 241.09º | 0.54% | 0.8% | - |
| XYZ | 19.73 | 14.85 | 58.95 | - |
| YUV | 107.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 204 | 0.53 | 0.54 | 0 | 0.2 | 241.09 | 0.52 | 0.58 |
| Hex | 60 | 5E | CC | 35 | 36 | 0 | 14 | F1 | 34 | 3A |
| Octal | 140 | 136 | 314 | 65 | 66 | 0 | 24 | 361 | 64 | 72 |
| Binary | 1100000 | 1011110 | 11001100 | 110101 | 110110 | 0 | 10100 | 11110001 | 110100 | 111010 |
Color Harmonies of #605ECC
Complementary color
Monochromatic Colors of #605ECC
Black with #605ECC
Text Example
Text Example
White with #605ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ECC; }
p { color: rgb(96,94,204); }
H1.HeaderClassName
{
color: #605ECC;
}
.AnyTagClassName
{
color: #605ECC;
}
</style>
background-color css
<style>
a { background-color: #605ECC; }
a { background-color: rgb(96,94,204); }
div.DivClassName
{
background-color: #605ECC;
}
.BgClassName
{
background-color: #605ECC;
}
</style>
border-color css
<style>
span { border-color: #605ECC; }
span { border-color: rgb(96,94,204); }
td.TdClassName
{
border-color: #605ECC;
}
.TagClassName
{
border-color: #605ECC;
}
</style>