Shades of Slate Blue #704FE6
Tints of Slate Blue #704FE6
RGB
CMYK
RGB Variations
Color information
#704FE6 (or 0x704FE6) is known color: Slate Blue. HEX triplet: 70, 4F and E6. RGB value is (112,79,230). Sum of RGB (Red+Green+Blue) = 112+79+230=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #704FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704FE6 is #8FB019. Grayscale: #696969. Windows color (decimal): -9416730 or 15093616. OLE color: 15093616.
HSL color Cylindrical-coordinate representation of color #704FE6: hue angle of 253.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704FE6 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 79 | 230 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.10 |
| HSL | 253.11º | 0.75% | 0.61% | - |
| HSV(B) | 253.11º | 0.66% | 0.9% | - |
| XYZ | 23.76 | 14.75 | 76.46 | - |
| YUV | 106.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 230 | 0.51 | 0.66 | 0 | 0.10 | 253.11 | 0.75 | 0.61 |
| Hex | 70 | 4F | E6 | 33 | 42 | 0 | A | FD | 4B | 3D |
| Octal | 160 | 117 | 346 | 63 | 102 | 0 | 12 | 375 | 113 | 75 |
| Binary | 1110000 | 1001111 | 11100110 | 110011 | 1000010 | 0 | 1010 | 11111101 | 1001011 | 111101 |
Color Harmonies of #704FE6
Complementary color
Monochromatic Colors of #704FE6
Black with #704FE6
Text Example
Text Example
White with #704FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704FE6; }
p { color: rgb(112,79,230); }
H1.HeaderClassName
{
color: #704FE6;
}
.AnyTagClassName
{
color: #704FE6;
}
</style>
background-color css
<style>
a { background-color: #704FE6; }
a { background-color: rgb(112,79,230); }
div.DivClassName
{
background-color: #704FE6;
}
.BgClassName
{
background-color: #704FE6;
}
</style>
border-color css
<style>
span { border-color: #704FE6; }
span { border-color: rgb(112,79,230); }
td.TdClassName
{
border-color: #704FE6;
}
.TagClassName
{
border-color: #704FE6;
}
</style>