Shades of Chetwode Blue #706DBD
Tints of Chetwode Blue #706DBD
RGB
CMYK
RGB Variations
Color information
#706DBD (or 0x706DBD) is known color: Chetwode Blue. HEX triplet: 70, 6D and BD. RGB value is (112,109,189). Sum of RGB (Red+Green+Blue) = 112+109+189=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #706DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DBD is #8F9242. Grayscale: #767676. Windows color (decimal): -9409091 or 12414320. OLE color: 12414320.
HSL color Cylindrical-coordinate representation of color #706DBD: hue angle of 242.25º degrees, saturation: 0.38, 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 #706DBD is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 109 | 189 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.26 |
| HSL | 242.25º | 0.38% | 0.58% | - |
| HSV(B) | 242.25º | 0.42% | 0.74% | - |
| XYZ | 21.34 | 18.06 | 50.5 | - |
| YUV | 119.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 189 | 0.41 | 0.42 | 0 | 0.26 | 242.25 | 0.38 | 0.58 |
| Hex | 70 | 6D | BD | 29 | 2A | 0 | 1A | F2 | 26 | 3A |
| Octal | 160 | 155 | 275 | 51 | 52 | 0 | 32 | 362 | 46 | 72 |
| Binary | 1110000 | 1101101 | 10111101 | 101001 | 101010 | 0 | 11010 | 11110010 | 100110 | 111010 |
Color Harmonies of #706DBD
Complementary color
Monochromatic Colors of #706DBD
Black with #706DBD
Text Example
Text Example
White with #706DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DBD; }
p { color: rgb(112,109,189); }
H1.HeaderClassName
{
color: #706DBD;
}
.AnyTagClassName
{
color: #706DBD;
}
</style>
background-color css
<style>
a { background-color: #706DBD; }
a { background-color: rgb(112,109,189); }
div.DivClassName
{
background-color: #706DBD;
}
.BgClassName
{
background-color: #706DBD;
}
</style>
border-color css
<style>
span { border-color: #706DBD; }
span { border-color: rgb(112,109,189); }
td.TdClassName
{
border-color: #706DBD;
}
.TagClassName
{
border-color: #706DBD;
}
</style>