Shades of Chetwode Blue #706DB9
Tints of Chetwode Blue #706DB9
RGB
CMYK
RGB Variations
Color information
#706DB9 (or 0x706DB9) is known color: Chetwode Blue. HEX triplet: 70, 6D and B9. RGB value is (112,109,185). Sum of RGB (Red+Green+Blue) = 112+109+185=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #706DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DB9 is #8F9246. Grayscale: #767676. Windows color (decimal): -9409095 or 12152176. OLE color: 12152176.
HSL color Cylindrical-coordinate representation of color #706DB9: hue angle of 242.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706DB9 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 109 | 185 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.27 |
| HSL | 242.37º | 0.35% | 0.58% | - |
| HSV(B) | 242.37º | 0.41% | 0.73% | - |
| XYZ | 20.91 | 17.88 | 48.25 | - |
| YUV | 118.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 185 | 0.39 | 0.41 | 0 | 0.27 | 242.37 | 0.35 | 0.58 |
| Hex | 70 | 6D | B9 | 27 | 29 | 0 | 1B | F2 | 23 | 3A |
| Octal | 160 | 155 | 271 | 47 | 51 | 0 | 33 | 362 | 43 | 72 |
| Binary | 1110000 | 1101101 | 10111001 | 100111 | 101001 | 0 | 11011 | 11110010 | 100011 | 111010 |
Color Harmonies of #706DB9
Complementary color
Monochromatic Colors of #706DB9
Black with #706DB9
Text Example
Text Example
White with #706DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DB9; }
p { color: rgb(112,109,185); }
H1.HeaderClassName
{
color: #706DB9;
}
.AnyTagClassName
{
color: #706DB9;
}
</style>
background-color css
<style>
a { background-color: #706DB9; }
a { background-color: rgb(112,109,185); }
div.DivClassName
{
background-color: #706DB9;
}
.BgClassName
{
background-color: #706DB9;
}
</style>
border-color css
<style>
span { border-color: #706DB9; }
span { border-color: rgb(112,109,185); }
td.TdClassName
{
border-color: #706DB9;
}
.TagClassName
{
border-color: #706DB9;
}
</style>