Shades of Slate Blue #605ECB
Tints of Slate Blue #605ECB
RGB
CMYK
RGB Variations
Color information
#605ECB (or 0x605ECB) is known color: Slate Blue. HEX triplet: 60, 5E and CB. RGB value is (96,94,203). Sum of RGB (Red+Green+Blue) = 96+94+203=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #605ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ECB is #9FA134. Grayscale: #6A6A6A. Windows color (decimal): -10461493 or 13327968. OLE color: 13327968.
HSL color Cylindrical-coordinate representation of color #605ECB: hue angle of 241.1º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605ECB is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 94 | 203 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.20 |
| HSL | 241.1º | 0.51% | 0.58% | - |
| HSV(B) | 241.1º | 0.54% | 0.8% | - |
| XYZ | 19.61 | 14.8 | 58.32 | - |
| YUV | 107.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 203 | 0.53 | 0.54 | 0 | 0.20 | 241.1 | 0.51 | 0.58 |
| Hex | 60 | 5E | CB | 35 | 36 | 0 | 14 | F1 | 33 | 3A |
| Octal | 140 | 136 | 313 | 65 | 66 | 0 | 24 | 361 | 63 | 72 |
| Binary | 1100000 | 1011110 | 11001011 | 110101 | 110110 | 0 | 10100 | 11110001 | 110011 | 111010 |
Color Harmonies of #605ECB
Complementary color
Monochromatic Colors of #605ECB
Black with #605ECB
Text Example
Text Example
White with #605ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ECB; }
p { color: rgb(96,94,203); }
H1.HeaderClassName
{
color: #605ECB;
}
.AnyTagClassName
{
color: #605ECB;
}
</style>
background-color css
<style>
a { background-color: #605ECB; }
a { background-color: rgb(96,94,203); }
div.DivClassName
{
background-color: #605ECB;
}
.BgClassName
{
background-color: #605ECB;
}
</style>
border-color css
<style>
span { border-color: #605ECB; }
span { border-color: rgb(96,94,203); }
td.TdClassName
{
border-color: #605ECB;
}
.TagClassName
{
border-color: #605ECB;
}
</style>