Shades of Chetwode Blue #706EB6
Tints of Chetwode Blue #706EB6
RGB
CMYK
RGB Variations
Color information
#706EB6 (or 0x706EB6) is known color: Chetwode Blue. HEX triplet: 70, 6E and B6. RGB value is (112,110,182). Sum of RGB (Red+Green+Blue) = 112+110+182=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #706EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EB6 is #8F9149. Grayscale: #767676. Windows color (decimal): -9408842 or 11955824. OLE color: 11955824.
HSL color Cylindrical-coordinate representation of color #706EB6: hue angle of 241.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706EB6 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 110 | 182 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.29 |
| HSL | 241.67º | 0.33% | 0.57% | - |
| HSV(B) | 241.67º | 0.4% | 0.71% | - |
| XYZ | 20.7 | 17.97 | 46.63 | - |
| YUV | 118.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 182 | 0.38 | 0.40 | 0 | 0.29 | 241.67 | 0.33 | 0.57 |
| Hex | 70 | 6E | B6 | 26 | 28 | 0 | 1D | F2 | 21 | 39 |
| Octal | 160 | 156 | 266 | 46 | 50 | 0 | 35 | 362 | 41 | 71 |
| Binary | 1110000 | 1101110 | 10110110 | 100110 | 101000 | 0 | 11101 | 11110010 | 100001 | 111001 |
Color Harmonies of #706EB6
Complementary color
Monochromatic Colors of #706EB6
Black with #706EB6
Text Example
Text Example
White with #706EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EB6; }
p { color: rgb(112,110,182); }
H1.HeaderClassName
{
color: #706EB6;
}
.AnyTagClassName
{
color: #706EB6;
}
</style>
background-color css
<style>
a { background-color: #706EB6; }
a { background-color: rgb(112,110,182); }
div.DivClassName
{
background-color: #706EB6;
}
.BgClassName
{
background-color: #706EB6;
}
</style>
border-color css
<style>
span { border-color: #706EB6; }
span { border-color: rgb(112,110,182); }
td.TdClassName
{
border-color: #706EB6;
}
.TagClassName
{
border-color: #706EB6;
}
</style>