Shades of Slate Blue #706CCB
Tints of Slate Blue #706CCB
RGB
CMYK
RGB Variations
Color information
#706CCB (or 0x706CCB) is known color: Slate Blue. HEX triplet: 70, 6C and CB. RGB value is (112,108,203). Sum of RGB (Red+Green+Blue) = 112+108+203=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #706CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CCB is #8F9334. Grayscale: #777777. Windows color (decimal): -9409333 or 13331568. OLE color: 13331568.
HSL color Cylindrical-coordinate representation of color #706CCB: hue angle of 242.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706CCB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 108 | 203 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.20 |
| HSL | 242.53º | 0.48% | 0.61% | - |
| HSV(B) | 242.53º | 0.47% | 0.8% | - |
| XYZ | 22.82 | 18.48 | 58.86 | - |
| YUV | 120.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 203 | 0.45 | 0.47 | 0 | 0.20 | 242.53 | 0.48 | 0.61 |
| Hex | 70 | 6C | CB | 2D | 2F | 0 | 14 | F3 | 30 | 3D |
| Octal | 160 | 154 | 313 | 55 | 57 | 0 | 24 | 363 | 60 | 75 |
| Binary | 1110000 | 1101100 | 11001011 | 101101 | 101111 | 0 | 10100 | 11110011 | 110000 | 111101 |
Color Harmonies of #706CCB
Complementary color
Monochromatic Colors of #706CCB
Black with #706CCB
Text Example
Text Example
White with #706CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706CCB; }
p { color: rgb(112,108,203); }
H1.HeaderClassName
{
color: #706CCB;
}
.AnyTagClassName
{
color: #706CCB;
}
</style>
background-color css
<style>
a { background-color: #706CCB; }
a { background-color: rgb(112,108,203); }
div.DivClassName
{
background-color: #706CCB;
}
.BgClassName
{
background-color: #706CCB;
}
</style>
border-color css
<style>
span { border-color: #706CCB; }
span { border-color: rgb(112,108,203); }
td.TdClassName
{
border-color: #706CCB;
}
.TagClassName
{
border-color: #706CCB;
}
</style>