Shades of Chetwode Blue #706FB3
Tints of Chetwode Blue #706FB3
RGB
CMYK
RGB Variations
Color information
#706FB3 (or 0x706FB3) is known color: Chetwode Blue. HEX triplet: 70, 6F and B3. RGB value is (112,111,179). Sum of RGB (Red+Green+Blue) = 112+111+179=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #706FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FB3 is #8F904C. Grayscale: #767676. Windows color (decimal): -9408589 or 11759472. OLE color: 11759472.
HSL color Cylindrical-coordinate representation of color #706FB3: hue angle of 240.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706FB3 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 111 | 179 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.30 |
| HSL | 240.88º | 0.31% | 0.57% | - |
| HSV(B) | 240.88º | 0.38% | 0.7% | - |
| XYZ | 20.5 | 18.07 | 45.05 | - |
| YUV | 119.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 179 | 0.37 | 0.38 | 0 | 0.30 | 240.88 | 0.31 | 0.57 |
| Hex | 70 | 6F | B3 | 25 | 26 | 0 | 1E | F1 | 1F | 39 |
| Octal | 160 | 157 | 263 | 45 | 46 | 0 | 36 | 361 | 37 | 71 |
| Binary | 1110000 | 1101111 | 10110011 | 100101 | 100110 | 0 | 11110 | 11110001 | 11111 | 111001 |
Color Harmonies of #706FB3
Complementary color
Monochromatic Colors of #706FB3
Black with #706FB3
Text Example
Text Example
White with #706FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FB3; }
p { color: rgb(112,111,179); }
H1.HeaderClassName
{
color: #706FB3;
}
.AnyTagClassName
{
color: #706FB3;
}
</style>
background-color css
<style>
a { background-color: #706FB3; }
a { background-color: rgb(112,111,179); }
div.DivClassName
{
background-color: #706FB3;
}
.BgClassName
{
background-color: #706FB3;
}
</style>
border-color css
<style>
span { border-color: #706FB3; }
span { border-color: rgb(112,111,179); }
td.TdClassName
{
border-color: #706FB3;
}
.TagClassName
{
border-color: #706FB3;
}
</style>