Shades of Slate Blue #605DC9
Tints of Slate Blue #605DC9
RGB
CMYK
RGB Variations
Color information
#605DC9 (or 0x605DC9) is known color: Slate Blue. HEX triplet: 60, 5D and C9. RGB value is (96,93,201). Sum of RGB (Red+Green+Blue) = 96+93+201=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #605DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DC9 is #9FA236. Grayscale: #696969. Windows color (decimal): -10461751 or 13196640. OLE color: 13196640.
HSL color Cylindrical-coordinate representation of color #605DC9: hue angle of 241.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605DC9 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 93 | 201 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.21 |
| HSL | 241.67º | 0.5% | 0.58% | - |
| HSV(B) | 241.67º | 0.54% | 0.79% | - |
| XYZ | 19.28 | 14.53 | 57.05 | - |
| YUV | 106.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 201 | 0.52 | 0.54 | 0 | 0.21 | 241.67 | 0.5 | 0.58 |
| Hex | 60 | 5D | C9 | 34 | 36 | 0 | 15 | F2 | 32 | 3A |
| Octal | 140 | 135 | 311 | 64 | 66 | 0 | 25 | 362 | 62 | 72 |
| Binary | 1100000 | 1011101 | 11001001 | 110100 | 110110 | 0 | 10101 | 11110010 | 110010 | 111010 |
Color Harmonies of #605DC9
Complementary color
Monochromatic Colors of #605DC9
Black with #605DC9
Text Example
Text Example
White with #605DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DC9; }
p { color: rgb(96,93,201); }
H1.HeaderClassName
{
color: #605DC9;
}
.AnyTagClassName
{
color: #605DC9;
}
</style>
background-color css
<style>
a { background-color: #605DC9; }
a { background-color: rgb(96,93,201); }
div.DivClassName
{
background-color: #605DC9;
}
.BgClassName
{
background-color: #605DC9;
}
</style>
border-color css
<style>
span { border-color: #605DC9; }
span { border-color: rgb(96,93,201); }
td.TdClassName
{
border-color: #605DC9;
}
.TagClassName
{
border-color: #605DC9;
}
</style>