Shades of Slate Blue #605BDB
Tints of Slate Blue #605BDB
RGB
CMYK
RGB Variations
Color information
#605BDB (or 0x605BDB) is known color: Slate Blue. HEX triplet: 60, 5B and DB. RGB value is (96,91,219). Sum of RGB (Red+Green+Blue) = 96+91+219=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #605BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BDB is #9FA424. Grayscale: #6A6A6A. Windows color (decimal): -10462245 or 14375776. OLE color: 14375776.
HSL color Cylindrical-coordinate representation of color #605BDB: hue angle of 242.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #605BDB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 91 | 219 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.14 |
| HSL | 242.34º | 0.64% | 0.61% | - |
| HSV(B) | 242.34º | 0.58% | 0.86% | - |
| XYZ | 21.35 | 15.08 | 68.8 | - |
| YUV | 107.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 219 | 0.56 | 0.58 | 0 | 0.14 | 242.34 | 0.64 | 0.61 |
| Hex | 60 | 5B | DB | 38 | 3A | 0 | E | F2 | 40 | 3D |
| Octal | 140 | 133 | 333 | 70 | 72 | 0 | 16 | 362 | 100 | 75 |
| Binary | 1100000 | 1011011 | 11011011 | 111000 | 111010 | 0 | 1110 | 11110010 | 1000000 | 111101 |
Color Harmonies of #605BDB
Complementary color
Monochromatic Colors of #605BDB
Black with #605BDB
Text Example
Text Example
White with #605BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BDB; }
p { color: rgb(96,91,219); }
H1.HeaderClassName
{
color: #605BDB;
}
.AnyTagClassName
{
color: #605BDB;
}
</style>
background-color css
<style>
a { background-color: #605BDB; }
a { background-color: rgb(96,91,219); }
div.DivClassName
{
background-color: #605BDB;
}
.BgClassName
{
background-color: #605BDB;
}
</style>
border-color css
<style>
span { border-color: #605BDB; }
span { border-color: rgb(96,91,219); }
td.TdClassName
{
border-color: #605BDB;
}
.TagClassName
{
border-color: #605BDB;
}
</style>