Shades of Slate Blue #605ECF
Tints of Slate Blue #605ECF
RGB
CMYK
RGB Variations
Color information
#605ECF (or 0x605ECF) is known color: Slate Blue. HEX triplet: 60, 5E and CF. RGB value is (96,94,207). Sum of RGB (Red+Green+Blue) = 96+94+207=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #605ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ECF is #9FA130. Grayscale: #6B6B6B. Windows color (decimal): -10461489 or 13590112. OLE color: 13590112.
HSL color Cylindrical-coordinate representation of color #605ECF: hue angle of 241.06º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #605ECF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 94 | 207 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.19 |
| HSL | 241.06º | 0.54% | 0.59% | - |
| HSV(B) | 241.06º | 0.55% | 0.81% | - |
| XYZ | 20.09 | 15 | 60.87 | - |
| YUV | 107.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 207 | 0.54 | 0.55 | 0 | 0.19 | 241.06 | 0.54 | 0.59 |
| Hex | 60 | 5E | CF | 36 | 37 | 0 | 13 | F1 | 36 | 3B |
| Octal | 140 | 136 | 317 | 66 | 67 | 0 | 23 | 361 | 66 | 73 |
| Binary | 1100000 | 1011110 | 11001111 | 110110 | 110111 | 0 | 10011 | 11110001 | 110110 | 111011 |
Color Harmonies of #605ECF
Complementary color
Monochromatic Colors of #605ECF
Black with #605ECF
Text Example
Text Example
White with #605ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ECF; }
p { color: rgb(96,94,207); }
H1.HeaderClassName
{
color: #605ECF;
}
.AnyTagClassName
{
color: #605ECF;
}
</style>
background-color css
<style>
a { background-color: #605ECF; }
a { background-color: rgb(96,94,207); }
div.DivClassName
{
background-color: #605ECF;
}
.BgClassName
{
background-color: #605ECF;
}
</style>
border-color css
<style>
span { border-color: #605ECF; }
span { border-color: rgb(96,94,207); }
td.TdClassName
{
border-color: #605ECF;
}
.TagClassName
{
border-color: #605ECF;
}
</style>