Shades of Chetwode Blue #706DBE
Tints of Chetwode Blue #706DBE
RGB
CMYK
RGB Variations
Color information
#706DBE (or 0x706DBE) is known color: Chetwode Blue. HEX triplet: 70, 6D and BE. RGB value is (112,109,190). Sum of RGB (Red+Green+Blue) = 112+109+190=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #706DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DBE is #8F9241. Grayscale: #767676. Windows color (decimal): -9409090 or 12479856. OLE color: 12479856.
HSL color Cylindrical-coordinate representation of color #706DBE: hue angle of 242.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706DBE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 109 | 190 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.25 |
| HSL | 242.22º | 0.38% | 0.59% | - |
| HSV(B) | 242.22º | 0.43% | 0.75% | - |
| XYZ | 21.45 | 18.1 | 51.08 | - |
| YUV | 119.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 190 | 0.41 | 0.43 | 0 | 0.25 | 242.22 | 0.38 | 0.59 |
| Hex | 70 | 6D | BE | 29 | 2B | 0 | 19 | F2 | 26 | 3B |
| Octal | 160 | 155 | 276 | 51 | 53 | 0 | 31 | 362 | 46 | 73 |
| Binary | 1110000 | 1101101 | 10111110 | 101001 | 101011 | 0 | 11001 | 11110010 | 100110 | 111011 |
Color Harmonies of #706DBE
Complementary color
Monochromatic Colors of #706DBE
Black with #706DBE
Text Example
Text Example
White with #706DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DBE; }
p { color: rgb(112,109,190); }
H1.HeaderClassName
{
color: #706DBE;
}
.AnyTagClassName
{
color: #706DBE;
}
</style>
background-color css
<style>
a { background-color: #706DBE; }
a { background-color: rgb(112,109,190); }
div.DivClassName
{
background-color: #706DBE;
}
.BgClassName
{
background-color: #706DBE;
}
</style>
border-color css
<style>
span { border-color: #706DBE; }
span { border-color: rgb(112,109,190); }
td.TdClassName
{
border-color: #706DBE;
}
.TagClassName
{
border-color: #706DBE;
}
</style>