Shades of Chetwode Blue #706DBC
Tints of Chetwode Blue #706DBC
RGB
CMYK
RGB Variations
Color information
#706DBC (or 0x706DBC) is known color: Chetwode Blue. HEX triplet: 70, 6D and BC. RGB value is (112,109,188). Sum of RGB (Red+Green+Blue) = 112+109+188=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #706DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DBC is #8F9243. Grayscale: #767676. Windows color (decimal): -9409092 or 12348784. OLE color: 12348784.
HSL color Cylindrical-coordinate representation of color #706DBC: hue angle of 242.28º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #706DBC is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 109 | 188 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.26 |
| HSL | 242.28º | 0.37% | 0.58% | - |
| HSV(B) | 242.28º | 0.42% | 0.74% | - |
| XYZ | 21.23 | 18.01 | 49.93 | - |
| YUV | 118.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 188 | 0.40 | 0.42 | 0 | 0.26 | 242.28 | 0.37 | 0.58 |
| Hex | 70 | 6D | BC | 28 | 2A | 0 | 1A | F2 | 25 | 3A |
| Octal | 160 | 155 | 274 | 50 | 52 | 0 | 32 | 362 | 45 | 72 |
| Binary | 1110000 | 1101101 | 10111100 | 101000 | 101010 | 0 | 11010 | 11110010 | 100101 | 111010 |
Color Harmonies of #706DBC
Complementary color
Monochromatic Colors of #706DBC
Black with #706DBC
Text Example
Text Example
White with #706DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DBC; }
p { color: rgb(112,109,188); }
H1.HeaderClassName
{
color: #706DBC;
}
.AnyTagClassName
{
color: #706DBC;
}
</style>
background-color css
<style>
a { background-color: #706DBC; }
a { background-color: rgb(112,109,188); }
div.DivClassName
{
background-color: #706DBC;
}
.BgClassName
{
background-color: #706DBC;
}
</style>
border-color css
<style>
span { border-color: #706DBC; }
span { border-color: rgb(112,109,188); }
td.TdClassName
{
border-color: #706DBC;
}
.TagClassName
{
border-color: #706DBC;
}
</style>