Shades of Slate Blue #705FC6
Tints of Slate Blue #705FC6
RGB
CMYK
RGB Variations
Color information
#705FC6 (or 0x705FC6) is known color: Slate Blue. HEX triplet: 70, 5F and C6. RGB value is (112,95,198). Sum of RGB (Red+Green+Blue) = 112+95+198=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #705FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FC6 is #8FA039. Grayscale: #6F6F6F. Windows color (decimal): -9412666 or 13000560. OLE color: 13000560.
HSL color Cylindrical-coordinate representation of color #705FC6: hue angle of 249.9º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705FC6 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 95 | 198 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.22 |
| HSL | 249.9º | 0.47% | 0.57% | - |
| HSV(B) | 249.9º | 0.52% | 0.78% | - |
| XYZ | 20.97 | 15.71 | 55.35 | - |
| YUV | 111.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 198 | 0.43 | 0.52 | 0 | 0.22 | 249.9 | 0.47 | 0.57 |
| Hex | 70 | 5F | C6 | 2B | 34 | 0 | 16 | FA | 2F | 39 |
| Octal | 160 | 137 | 306 | 53 | 64 | 0 | 26 | 372 | 57 | 71 |
| Binary | 1110000 | 1011111 | 11000110 | 101011 | 110100 | 0 | 10110 | 11111010 | 101111 | 111001 |
Color Harmonies of #705FC6
Complementary color
Monochromatic Colors of #705FC6
Black with #705FC6
Text Example
Text Example
White with #705FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FC6; }
p { color: rgb(112,95,198); }
H1.HeaderClassName
{
color: #705FC6;
}
.AnyTagClassName
{
color: #705FC6;
}
</style>
background-color css
<style>
a { background-color: #705FC6; }
a { background-color: rgb(112,95,198); }
div.DivClassName
{
background-color: #705FC6;
}
.BgClassName
{
background-color: #705FC6;
}
</style>
border-color css
<style>
span { border-color: #705FC6; }
span { border-color: rgb(112,95,198); }
td.TdClassName
{
border-color: #705FC6;
}
.TagClassName
{
border-color: #705FC6;
}
</style>