Shades of Slate Blue #5E68DE
Tints of Slate Blue #5E68DE
RGB
CMYK
RGB Variations
Color information
#5E68DE (or 0x5E68DE) is known color: Slate Blue. HEX triplet: 5E, 68 and DE. RGB value is (94,104,222). Sum of RGB (Red+Green+Blue) = 94+104+222=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E68DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E68DE is #A19721. Grayscale: #717171. Windows color (decimal): -10589986 or 14575710. OLE color: 14575710.
HSL color Cylindrical-coordinate representation of color #5E68DE: hue angle of 235.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E68DE is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 104 | 222 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.13 |
| HSL | 235.31º | 0.66% | 0.62% | - |
| HSV(B) | 235.31º | 0.58% | 0.87% | - |
| XYZ | 22.75 | 17.55 | 71.3 | - |
| YUV | 114.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 222 | 0.58 | 0.53 | 0 | 0.13 | 235.31 | 0.66 | 0.62 |
| Hex | 5E | 68 | DE | 3A | 35 | 0 | D | EB | 42 | 3E |
| Octal | 136 | 150 | 336 | 72 | 65 | 0 | 15 | 353 | 102 | 76 |
| Binary | 1011110 | 1101000 | 11011110 | 111010 | 110101 | 0 | 1101 | 11101011 | 1000010 | 111110 |
Color Harmonies of #5E68DE
Complementary color
Monochromatic Colors of #5E68DE
Black with #5E68DE
Text Example
Text Example
White with #5E68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E68DE; }
p { color: rgb(94,104,222); }
H1.HeaderClassName
{
color: #5E68DE;
}
.AnyTagClassName
{
color: #5E68DE;
}
</style>
background-color css
<style>
a { background-color: #5E68DE; }
a { background-color: rgb(94,104,222); }
div.DivClassName
{
background-color: #5E68DE;
}
.BgClassName
{
background-color: #5E68DE;
}
</style>
border-color css
<style>
span { border-color: #5E68DE; }
span { border-color: rgb(94,104,222); }
td.TdClassName
{
border-color: #5E68DE;
}
.TagClassName
{
border-color: #5E68DE;
}
</style>