Shades of Chetwode Blue #706EB5
Tints of Chetwode Blue #706EB5
RGB
CMYK
RGB Variations
Color information
#706EB5 (or 0x706EB5) is known color: Chetwode Blue. HEX triplet: 70, 6E and B5. RGB value is (112,110,181). Sum of RGB (Red+Green+Blue) = 112+110+181=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #706EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EB5 is #8F914A. Grayscale: #767676. Windows color (decimal): -9408843 or 11890288. OLE color: 11890288.
HSL color Cylindrical-coordinate representation of color #706EB5: hue angle of 241.69º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706EB5 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 110 | 181 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.29 |
| HSL | 241.69º | 0.32% | 0.57% | - |
| HSV(B) | 241.69º | 0.39% | 0.71% | - |
| XYZ | 20.6 | 17.93 | 46.09 | - |
| YUV | 118.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 181 | 0.38 | 0.39 | 0 | 0.29 | 241.69 | 0.32 | 0.57 |
| Hex | 70 | 6E | B5 | 26 | 27 | 0 | 1D | F2 | 20 | 39 |
| Octal | 160 | 156 | 265 | 46 | 47 | 0 | 35 | 362 | 40 | 71 |
| Binary | 1110000 | 1101110 | 10110101 | 100110 | 100111 | 0 | 11101 | 11110010 | 100000 | 111001 |
Color Harmonies of #706EB5
Complementary color
Monochromatic Colors of #706EB5
Black with #706EB5
Text Example
Text Example
White with #706EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EB5; }
p { color: rgb(112,110,181); }
H1.HeaderClassName
{
color: #706EB5;
}
.AnyTagClassName
{
color: #706EB5;
}
</style>
background-color css
<style>
a { background-color: #706EB5; }
a { background-color: rgb(112,110,181); }
div.DivClassName
{
background-color: #706EB5;
}
.BgClassName
{
background-color: #706EB5;
}
</style>
border-color css
<style>
span { border-color: #706EB5; }
span { border-color: rgb(112,110,181); }
td.TdClassName
{
border-color: #706EB5;
}
.TagClassName
{
border-color: #706EB5;
}
</style>