Shades of Chetwode Blue #706FA7
Tints of Chetwode Blue #706FA7
RGB
CMYK
RGB Variations
Color information
#706FA7 (or 0x706FA7) is known color: Chetwode Blue. HEX triplet: 70, 6F and A7. RGB value is (112,111,167). Sum of RGB (Red+Green+Blue) = 112+111+167=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #706FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FA7 is #8F9058. Grayscale: #757575. Windows color (decimal): -9408601 or 10973040. OLE color: 10973040.
HSL color Cylindrical-coordinate representation of color #706FA7: hue angle of 241.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706FA7 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 111 | 167 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.35 |
| HSL | 241.07º | 0.24% | 0.55% | - |
| HSV(B) | 241.07º | 0.34% | 0.65% | - |
| XYZ | 19.34 | 17.6 | 38.94 | - |
| YUV | 117.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 167 | 0.33 | 0.34 | 0 | 0.35 | 241.07 | 0.24 | 0.55 |
| Hex | 70 | 6F | A7 | 21 | 22 | 0 | 23 | F1 | 18 | 37 |
| Octal | 160 | 157 | 247 | 41 | 42 | 0 | 43 | 361 | 30 | 67 |
| Binary | 1110000 | 1101111 | 10100111 | 100001 | 100010 | 0 | 100011 | 11110001 | 11000 | 110111 |
Color Harmonies of #706FA7
Complementary color
Monochromatic Colors of #706FA7
Black with #706FA7
Text Example
Text Example
White with #706FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FA7; }
p { color: rgb(112,111,167); }
H1.HeaderClassName
{
color: #706FA7;
}
.AnyTagClassName
{
color: #706FA7;
}
</style>
background-color css
<style>
a { background-color: #706FA7; }
a { background-color: rgb(112,111,167); }
div.DivClassName
{
background-color: #706FA7;
}
.BgClassName
{
background-color: #706FA7;
}
</style>
border-color css
<style>
span { border-color: #706FA7; }
span { border-color: rgb(112,111,167); }
td.TdClassName
{
border-color: #706FA7;
}
.TagClassName
{
border-color: #706FA7;
}
</style>