Shades of Slate Blue #5E63DE
Tints of Slate Blue #5E63DE
RGB
CMYK
RGB Variations
Color information
#5E63DE (or 0x5E63DE) is known color: Slate Blue. HEX triplet: 5E, 63 and DE. RGB value is (94,99,222). Sum of RGB (Red+Green+Blue) = 94+99+222=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E63DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63DE is #A19C21. Grayscale: #6F6F6F. Windows color (decimal): -10591266 or 14574430. OLE color: 14574430.
HSL color Cylindrical-coordinate representation of color #5E63DE: hue angle of 237.66º 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 #5E63DE is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 99 | 222 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.13 |
| HSL | 237.66º | 0.66% | 0.62% | - |
| HSV(B) | 237.66º | 0.58% | 0.87% | - |
| XYZ | 22.26 | 16.58 | 71.13 | - |
| YUV | 111.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 222 | 0.58 | 0.55 | 0 | 0.13 | 237.66 | 0.66 | 0.62 |
| Hex | 5E | 63 | DE | 3A | 37 | 0 | D | EE | 42 | 3E |
| Octal | 136 | 143 | 336 | 72 | 67 | 0 | 15 | 356 | 102 | 76 |
| Binary | 1011110 | 1100011 | 11011110 | 111010 | 110111 | 0 | 1101 | 11101110 | 1000010 | 111110 |
Color Harmonies of #5E63DE
Complementary color
Monochromatic Colors of #5E63DE
Black with #5E63DE
Text Example
Text Example
White with #5E63DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E63DE; }
p { color: rgb(94,99,222); }
H1.HeaderClassName
{
color: #5E63DE;
}
.AnyTagClassName
{
color: #5E63DE;
}
</style>
background-color css
<style>
a { background-color: #5E63DE; }
a { background-color: rgb(94,99,222); }
div.DivClassName
{
background-color: #5E63DE;
}
.BgClassName
{
background-color: #5E63DE;
}
</style>
border-color css
<style>
span { border-color: #5E63DE; }
span { border-color: rgb(94,99,222); }
td.TdClassName
{
border-color: #5E63DE;
}
.TagClassName
{
border-color: #5E63DE;
}
</style>