Shades of Slate Blue #605CCC
Tints of Slate Blue #605CCC
RGB
CMYK
RGB Variations
Color information
#605CCC (or 0x605CCC) is known color: Slate Blue. HEX triplet: 60, 5C and CC. RGB value is (96,92,204). Sum of RGB (Red+Green+Blue) = 96+92+204=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #605CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CCC is #9FA333. Grayscale: #696969. Windows color (decimal): -10462004 or 13392992. OLE color: 13392992.
HSL color Cylindrical-coordinate representation of color #605CCC: hue angle of 242.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605CCC is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 92 | 204 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.2 |
| HSL | 242.14º | 0.52% | 0.58% | - |
| HSV(B) | 242.14º | 0.55% | 0.8% | - |
| XYZ | 19.55 | 14.5 | 58.9 | - |
| YUV | 105.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 204 | 0.53 | 0.55 | 0 | 0.2 | 242.14 | 0.52 | 0.58 |
| Hex | 60 | 5C | CC | 35 | 37 | 0 | 14 | F2 | 34 | 3A |
| Octal | 140 | 134 | 314 | 65 | 67 | 0 | 24 | 362 | 64 | 72 |
| Binary | 1100000 | 1011100 | 11001100 | 110101 | 110111 | 0 | 10100 | 11110010 | 110100 | 111010 |
Color Harmonies of #605CCC
Complementary color
Monochromatic Colors of #605CCC
Black with #605CCC
Text Example
Text Example
White with #605CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CCC; }
p { color: rgb(96,92,204); }
H1.HeaderClassName
{
color: #605CCC;
}
.AnyTagClassName
{
color: #605CCC;
}
</style>
background-color css
<style>
a { background-color: #605CCC; }
a { background-color: rgb(96,92,204); }
div.DivClassName
{
background-color: #605CCC;
}
.BgClassName
{
background-color: #605CCC;
}
</style>
border-color css
<style>
span { border-color: #605CCC; }
span { border-color: rgb(96,92,204); }
td.TdClassName
{
border-color: #605CCC;
}
.TagClassName
{
border-color: #605CCC;
}
</style>