Shades of Slate Blue #605CDC
Tints of Slate Blue #605CDC
RGB
CMYK
RGB Variations
Color information
#605CDC (or 0x605CDC) is known color: Slate Blue. HEX triplet: 60, 5C and DC. RGB value is (96,92,220). Sum of RGB (Red+Green+Blue) = 96+92+220=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #605CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CDC is #9FA323. Grayscale: #6B6B6B. Windows color (decimal): -10461988 or 14441568. OLE color: 14441568.
HSL color Cylindrical-coordinate representation of color #605CDC: hue angle of 241.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #605CDC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 92 | 220 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.14 |
| HSL | 241.88º | 0.65% | 0.61% | - |
| HSV(B) | 241.88º | 0.58% | 0.86% | - |
| XYZ | 21.57 | 15.31 | 69.53 | - |
| YUV | 107.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 220 | 0.56 | 0.58 | 0 | 0.14 | 241.88 | 0.65 | 0.61 |
| Hex | 60 | 5C | DC | 38 | 3A | 0 | E | F2 | 41 | 3D |
| Octal | 140 | 134 | 334 | 70 | 72 | 0 | 16 | 362 | 101 | 75 |
| Binary | 1100000 | 1011100 | 11011100 | 111000 | 111010 | 0 | 1110 | 11110010 | 1000001 | 111101 |
Color Harmonies of #605CDC
Complementary color
Monochromatic Colors of #605CDC
Black with #605CDC
Text Example
Text Example
White with #605CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CDC; }
p { color: rgb(96,92,220); }
H1.HeaderClassName
{
color: #605CDC;
}
.AnyTagClassName
{
color: #605CDC;
}
</style>
background-color css
<style>
a { background-color: #605CDC; }
a { background-color: rgb(96,92,220); }
div.DivClassName
{
background-color: #605CDC;
}
.BgClassName
{
background-color: #605CDC;
}
</style>
border-color css
<style>
span { border-color: #605CDC; }
span { border-color: rgb(96,92,220); }
td.TdClassName
{
border-color: #605CDC;
}
.TagClassName
{
border-color: #605CDC;
}
</style>