Shades of Slate Blue #706BCE
Tints of Slate Blue #706BCE
RGB
CMYK
RGB Variations
Color information
#706BCE (or 0x706BCE) is known color: Slate Blue. HEX triplet: 70, 6B and CE. RGB value is (112,107,206). Sum of RGB (Red+Green+Blue) = 112+107+206=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #706BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCE is #8F9431. Grayscale: #777777. Windows color (decimal): -9409586 or 13527920. OLE color: 13527920.
HSL color Cylindrical-coordinate representation of color #706BCE: hue angle of 243.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706BCE is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 107 | 206 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.19 |
| HSL | 243.03º | 0.5% | 0.61% | - |
| HSV(B) | 243.03º | 0.48% | 0.81% | - |
| XYZ | 23.08 | 18.42 | 60.73 | - |
| YUV | 119.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 206 | 0.46 | 0.48 | 0 | 0.19 | 243.03 | 0.5 | 0.61 |
| Hex | 70 | 6B | CE | 2E | 30 | 0 | 13 | F3 | 32 | 3D |
| Octal | 160 | 153 | 316 | 56 | 60 | 0 | 23 | 363 | 62 | 75 |
| Binary | 1110000 | 1101011 | 11001110 | 101110 | 110000 | 0 | 10011 | 11110011 | 110010 | 111101 |
Color Harmonies of #706BCE
Complementary color
Monochromatic Colors of #706BCE
Black with #706BCE
Text Example
Text Example
White with #706BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BCE; }
p { color: rgb(112,107,206); }
H1.HeaderClassName
{
color: #706BCE;
}
.AnyTagClassName
{
color: #706BCE;
}
</style>
background-color css
<style>
a { background-color: #706BCE; }
a { background-color: rgb(112,107,206); }
div.DivClassName
{
background-color: #706BCE;
}
.BgClassName
{
background-color: #706BCE;
}
</style>
border-color css
<style>
span { border-color: #706BCE; }
span { border-color: rgb(112,107,206); }
td.TdClassName
{
border-color: #706BCE;
}
.TagClassName
{
border-color: #706BCE;
}
</style>