Shades of Chetwode Blue #706DB4
Tints of Chetwode Blue #706DB4
RGB
CMYK
RGB Variations
Color information
#706DB4 (or 0x706DB4) is known color: Chetwode Blue. HEX triplet: 70, 6D and B4. RGB value is (112,109,180). Sum of RGB (Red+Green+Blue) = 112+109+180=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #706DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DB4 is #8F924B. Grayscale: #757575. Windows color (decimal): -9409100 or 11824496. OLE color: 11824496.
HSL color Cylindrical-coordinate representation of color #706DB4: hue angle of 242.54º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706DB4 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 109 | 180 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.29 |
| HSL | 242.54º | 0.32% | 0.57% | - |
| HSV(B) | 242.54º | 0.39% | 0.71% | - |
| XYZ | 20.39 | 17.68 | 45.52 | - |
| YUV | 117.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 180 | 0.38 | 0.39 | 0 | 0.29 | 242.54 | 0.32 | 0.57 |
| Hex | 70 | 6D | B4 | 26 | 27 | 0 | 1D | F3 | 20 | 39 |
| Octal | 160 | 155 | 264 | 46 | 47 | 0 | 35 | 363 | 40 | 71 |
| Binary | 1110000 | 1101101 | 10110100 | 100110 | 100111 | 0 | 11101 | 11110011 | 100000 | 111001 |
Color Harmonies of #706DB4
Complementary color
Monochromatic Colors of #706DB4
Black with #706DB4
Text Example
Text Example
White with #706DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DB4; }
p { color: rgb(112,109,180); }
H1.HeaderClassName
{
color: #706DB4;
}
.AnyTagClassName
{
color: #706DB4;
}
</style>
background-color css
<style>
a { background-color: #706DB4; }
a { background-color: rgb(112,109,180); }
div.DivClassName
{
background-color: #706DB4;
}
.BgClassName
{
background-color: #706DB4;
}
</style>
border-color css
<style>
span { border-color: #706DB4; }
span { border-color: rgb(112,109,180); }
td.TdClassName
{
border-color: #706DB4;
}
.TagClassName
{
border-color: #706DB4;
}
</style>