Shades of Slate Blue #704EE6
Tints of Slate Blue #704EE6
RGB
CMYK
RGB Variations
Color information
#704EE6 (or 0x704EE6) is known color: Slate Blue. HEX triplet: 70, 4E and E6. RGB value is (112,78,230). Sum of RGB (Red+Green+Blue) = 112+78+230=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #704EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EE6 is #8FB119. Grayscale: #686868. Windows color (decimal): -9416986 or 15093360. OLE color: 15093360.
HSL color Cylindrical-coordinate representation of color #704EE6: hue angle of 253.42º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704EE6 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 78 | 230 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.10 |
| HSL | 253.42º | 0.75% | 0.6% | - |
| HSV(B) | 253.42º | 0.66% | 0.9% | - |
| XYZ | 23.69 | 14.61 | 76.43 | - |
| YUV | 105.49 | 198.26 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 230 | 0.51 | 0.66 | 0 | 0.10 | 253.42 | 0.75 | 0.6 |
| Hex | 70 | 4E | E6 | 33 | 42 | 0 | A | FD | 4B | 3C |
| Octal | 160 | 116 | 346 | 63 | 102 | 0 | 12 | 375 | 113 | 74 |
| Binary | 1110000 | 1001110 | 11100110 | 110011 | 1000010 | 0 | 1010 | 11111101 | 1001011 | 111100 |
Color Harmonies of #704EE6
Complementary color
Monochromatic Colors of #704EE6
Black with #704EE6
Text Example
Text Example
White with #704EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704EE6; }
p { color: rgb(112,78,230); }
H1.HeaderClassName
{
color: #704EE6;
}
.AnyTagClassName
{
color: #704EE6;
}
</style>
background-color css
<style>
a { background-color: #704EE6; }
a { background-color: rgb(112,78,230); }
div.DivClassName
{
background-color: #704EE6;
}
.BgClassName
{
background-color: #704EE6;
}
</style>
border-color css
<style>
span { border-color: #704EE6; }
span { border-color: rgb(112,78,230); }
td.TdClassName
{
border-color: #704EE6;
}
.TagClassName
{
border-color: #704EE6;
}
</style>