Shades of Slate Blue #605ECD
Tints of Slate Blue #605ECD
RGB
CMYK
RGB Variations
Color information
#605ECD (or 0x605ECD) is known color: Slate Blue. HEX triplet: 60, 5E and CD. RGB value is (96,94,205). Sum of RGB (Red+Green+Blue) = 96+94+205=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #605ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ECD is #9FA132. Grayscale: #6A6A6A. Windows color (decimal): -10461491 or 13459040. OLE color: 13459040.
HSL color Cylindrical-coordinate representation of color #605ECD: hue angle of 241.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605ECD is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 94 | 205 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.20 |
| HSL | 241.08º | 0.53% | 0.59% | - |
| HSV(B) | 241.08º | 0.54% | 0.8% | - |
| XYZ | 19.85 | 14.9 | 59.59 | - |
| YUV | 107.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 205 | 0.53 | 0.54 | 0 | 0.20 | 241.08 | 0.53 | 0.59 |
| Hex | 60 | 5E | CD | 35 | 36 | 0 | 14 | F1 | 35 | 3B |
| Octal | 140 | 136 | 315 | 65 | 66 | 0 | 24 | 361 | 65 | 73 |
| Binary | 1100000 | 1011110 | 11001101 | 110101 | 110110 | 0 | 10100 | 11110001 | 110101 | 111011 |
Color Harmonies of #605ECD
Complementary color
Monochromatic Colors of #605ECD
Black with #605ECD
Text Example
Text Example
White with #605ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ECD; }
p { color: rgb(96,94,205); }
H1.HeaderClassName
{
color: #605ECD;
}
.AnyTagClassName
{
color: #605ECD;
}
</style>
background-color css
<style>
a { background-color: #605ECD; }
a { background-color: rgb(96,94,205); }
div.DivClassName
{
background-color: #605ECD;
}
.BgClassName
{
background-color: #605ECD;
}
</style>
border-color css
<style>
span { border-color: #605ECD; }
span { border-color: rgb(96,94,205); }
td.TdClassName
{
border-color: #605ECD;
}
.TagClassName
{
border-color: #605ECD;
}
</style>