Shades of Slate Blue #605CDE
Tints of Slate Blue #605CDE
RGB
CMYK
RGB Variations
Color information
#605CDE (or 0x605CDE) is known color: Slate Blue. HEX triplet: 60, 5C and DE. RGB value is (96,92,222). Sum of RGB (Red+Green+Blue) = 96+92+222=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #605CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CDE is #9FA321. Grayscale: #6B6B6B. Windows color (decimal): -10461986 or 14572640. OLE color: 14572640.
HSL color Cylindrical-coordinate representation of color #605CDE: hue angle of 241.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605CDE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 92 | 222 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.13 |
| HSL | 241.85º | 0.66% | 0.62% | - |
| HSV(B) | 241.85º | 0.59% | 0.87% | - |
| XYZ | 21.84 | 15.42 | 70.93 | - |
| YUV | 108.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 222 | 0.57 | 0.59 | 0 | 0.13 | 241.85 | 0.66 | 0.62 |
| Hex | 60 | 5C | DE | 39 | 3B | 0 | D | F2 | 42 | 3E |
| Octal | 140 | 134 | 336 | 71 | 73 | 0 | 15 | 362 | 102 | 76 |
| Binary | 1100000 | 1011100 | 11011110 | 111001 | 111011 | 0 | 1101 | 11110010 | 1000010 | 111110 |
Color Harmonies of #605CDE
Complementary color
Monochromatic Colors of #605CDE
Black with #605CDE
Text Example
Text Example
White with #605CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CDE; }
p { color: rgb(96,92,222); }
H1.HeaderClassName
{
color: #605CDE;
}
.AnyTagClassName
{
color: #605CDE;
}
</style>
background-color css
<style>
a { background-color: #605CDE; }
a { background-color: rgb(96,92,222); }
div.DivClassName
{
background-color: #605CDE;
}
.BgClassName
{
background-color: #605CDE;
}
</style>
border-color css
<style>
span { border-color: #605CDE; }
span { border-color: rgb(96,92,222); }
td.TdClassName
{
border-color: #605CDE;
}
.TagClassName
{
border-color: #605CDE;
}
</style>