Shades of Slate Blue #605DDB
Tints of Slate Blue #605DDB
RGB
CMYK
RGB Variations
Color information
#605DDB (or 0x605DDB) is known color: Slate Blue. HEX triplet: 60, 5D and DB. RGB value is (96,93,219). Sum of RGB (Red+Green+Blue) = 96+93+219=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #605DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DDB is #9FA224. Grayscale: #6B6B6B. Windows color (decimal): -10461733 or 14376288. OLE color: 14376288.
HSL color Cylindrical-coordinate representation of color #605DDB: hue angle of 241.43º 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 #605DDB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 93 | 219 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.14 |
| HSL | 241.43º | 0.64% | 0.61% | - |
| HSV(B) | 241.43º | 0.58% | 0.86% | - |
| XYZ | 21.52 | 15.43 | 68.86 | - |
| YUV | 108.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 219 | 0.56 | 0.58 | 0 | 0.14 | 241.43 | 0.64 | 0.61 |
| Hex | 60 | 5D | DB | 38 | 3A | 0 | E | F1 | 40 | 3D |
| Octal | 140 | 135 | 333 | 70 | 72 | 0 | 16 | 361 | 100 | 75 |
| Binary | 1100000 | 1011101 | 11011011 | 111000 | 111010 | 0 | 1110 | 11110001 | 1000000 | 111101 |
Color Harmonies of #605DDB
Complementary color
Monochromatic Colors of #605DDB
Black with #605DDB
Text Example
Text Example
White with #605DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DDB; }
p { color: rgb(96,93,219); }
H1.HeaderClassName
{
color: #605DDB;
}
.AnyTagClassName
{
color: #605DDB;
}
</style>
background-color css
<style>
a { background-color: #605DDB; }
a { background-color: rgb(96,93,219); }
div.DivClassName
{
background-color: #605DDB;
}
.BgClassName
{
background-color: #605DDB;
}
</style>
border-color css
<style>
span { border-color: #605DDB; }
span { border-color: rgb(96,93,219); }
td.TdClassName
{
border-color: #605DDB;
}
.TagClassName
{
border-color: #605DDB;
}
</style>