Shades of Slate Blue #5E69DB
Tints of Slate Blue #5E69DB
RGB
CMYK
RGB Variations
Color information
#5E69DB (or 0x5E69DB) is known color: Slate Blue. HEX triplet: 5E, 69 and DB. RGB value is (94,105,219). Sum of RGB (Red+Green+Blue) = 94+105+219=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E69DB is #A19624. Grayscale: #727272. Windows color (decimal): -10589733 or 14379358. OLE color: 14379358.
HSL color Cylindrical-coordinate representation of color #5E69DB: hue angle of 234.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E69DB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 105 | 219 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.14 |
| HSL | 234.72º | 0.63% | 0.61% | - |
| HSV(B) | 234.72º | 0.57% | 0.86% | - |
| XYZ | 22.45 | 17.6 | 69.23 | - |
| YUV | 114.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 219 | 0.57 | 0.52 | 0 | 0.14 | 234.72 | 0.63 | 0.61 |
| Hex | 5E | 69 | DB | 39 | 34 | 0 | E | EB | 3F | 3D |
| Octal | 136 | 151 | 333 | 71 | 64 | 0 | 16 | 353 | 77 | 75 |
| Binary | 1011110 | 1101001 | 11011011 | 111001 | 110100 | 0 | 1110 | 11101011 | 111111 | 111101 |
Color Harmonies of #5E69DB
Complementary color
Monochromatic Colors of #5E69DB
Black with #5E69DB
Text Example
Text Example
White with #5E69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E69DB; }
p { color: rgb(94,105,219); }
H1.HeaderClassName
{
color: #5E69DB;
}
.AnyTagClassName
{
color: #5E69DB;
}
</style>
background-color css
<style>
a { background-color: #5E69DB; }
a { background-color: rgb(94,105,219); }
div.DivClassName
{
background-color: #5E69DB;
}
.BgClassName
{
background-color: #5E69DB;
}
</style>
border-color css
<style>
span { border-color: #5E69DB; }
span { border-color: rgb(94,105,219); }
td.TdClassName
{
border-color: #5E69DB;
}
.TagClassName
{
border-color: #5E69DB;
}
</style>