Shades of Slate Blue #605FDB
Tints of Slate Blue #605FDB
RGB
CMYK
RGB Variations
Color information
#605FDB (or 0x605FDB) is known color: Slate Blue. HEX triplet: 60, 5F and DB. RGB value is (96,95,219). Sum of RGB (Red+Green+Blue) = 96+95+219=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #605FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FDB is #9FA024. Grayscale: #6C6C6C. Windows color (decimal): -10461221 or 14376800. OLE color: 14376800.
HSL color Cylindrical-coordinate representation of color #605FDB: hue angle of 240.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605FDB is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 95 | 219 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.14 |
| HSL | 240.48º | 0.63% | 0.62% | - |
| HSV(B) | 240.48º | 0.57% | 0.86% | - |
| XYZ | 21.7 | 15.79 | 68.92 | - |
| YUV | 109.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 219 | 0.56 | 0.57 | 0 | 0.14 | 240.48 | 0.63 | 0.62 |
| Hex | 60 | 5F | DB | 38 | 39 | 0 | E | F0 | 3F | 3E |
| Octal | 140 | 137 | 333 | 70 | 71 | 0 | 16 | 360 | 77 | 76 |
| Binary | 1100000 | 1011111 | 11011011 | 111000 | 111001 | 0 | 1110 | 11110000 | 111111 | 111110 |
Color Harmonies of #605FDB
Complementary color
Monochromatic Colors of #605FDB
Black with #605FDB
Text Example
Text Example
White with #605FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605FDB; }
p { color: rgb(96,95,219); }
H1.HeaderClassName
{
color: #605FDB;
}
.AnyTagClassName
{
color: #605FDB;
}
</style>
background-color css
<style>
a { background-color: #605FDB; }
a { background-color: rgb(96,95,219); }
div.DivClassName
{
background-color: #605FDB;
}
.BgClassName
{
background-color: #605FDB;
}
</style>
border-color css
<style>
span { border-color: #605FDB; }
span { border-color: rgb(96,95,219); }
td.TdClassName
{
border-color: #605FDB;
}
.TagClassName
{
border-color: #605FDB;
}
</style>