Shades of Slate Blue #605ADB
Tints of Slate Blue #605ADB
RGB
CMYK
RGB Variations
Color information
#605ADB (or 0x605ADB) is known color: Slate Blue. HEX triplet: 60, 5A and DB. RGB value is (96,90,219). Sum of RGB (Red+Green+Blue) = 96+90+219=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #605ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ADB is #9FA524. Grayscale: #696969. Windows color (decimal): -10462501 or 14375520. OLE color: 14375520.
HSL color Cylindrical-coordinate representation of color #605ADB: hue angle of 242.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605ADB is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 90 | 219 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.14 |
| HSL | 242.79º | 0.64% | 0.61% | - |
| HSV(B) | 242.79º | 0.59% | 0.86% | - |
| XYZ | 21.27 | 14.91 | 68.78 | - |
| YUV | 106.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 219 | 0.56 | 0.59 | 0 | 0.14 | 242.79 | 0.64 | 0.61 |
| Hex | 60 | 5A | DB | 38 | 3B | 0 | E | F3 | 40 | 3D |
| Octal | 140 | 132 | 333 | 70 | 73 | 0 | 16 | 363 | 100 | 75 |
| Binary | 1100000 | 1011010 | 11011011 | 111000 | 111011 | 0 | 1110 | 11110011 | 1000000 | 111101 |
Color Harmonies of #605ADB
Complementary color
Monochromatic Colors of #605ADB
Black with #605ADB
Text Example
Text Example
White with #605ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ADB; }
p { color: rgb(96,90,219); }
H1.HeaderClassName
{
color: #605ADB;
}
.AnyTagClassName
{
color: #605ADB;
}
</style>
background-color css
<style>
a { background-color: #605ADB; }
a { background-color: rgb(96,90,219); }
div.DivClassName
{
background-color: #605ADB;
}
.BgClassName
{
background-color: #605ADB;
}
</style>
border-color css
<style>
span { border-color: #605ADB; }
span { border-color: rgb(96,90,219); }
td.TdClassName
{
border-color: #605ADB;
}
.TagClassName
{
border-color: #605ADB;
}
</style>