Shades of Chetwode Blue #706DB3
Tints of Chetwode Blue #706DB3
RGB
CMYK
RGB Variations
Color information
#706DB3 (or 0x706DB3) is known color: Chetwode Blue. HEX triplet: 70, 6D and B3. RGB value is (112,109,179). Sum of RGB (Red+Green+Blue) = 112+109+179=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #706DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DB3 is #8F924C. Grayscale: #757575. Windows color (decimal): -9409101 or 11758960. OLE color: 11758960.
HSL color Cylindrical-coordinate representation of color #706DB3: hue angle of 242.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706DB3 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 109 | 179 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.30 |
| HSL | 242.57º | 0.32% | 0.56% | - |
| HSV(B) | 242.57º | 0.39% | 0.7% | - |
| XYZ | 20.29 | 17.64 | 44.98 | - |
| YUV | 117.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 179 | 0.37 | 0.39 | 0 | 0.30 | 242.57 | 0.32 | 0.56 |
| Hex | 70 | 6D | B3 | 25 | 27 | 0 | 1E | F3 | 20 | 38 |
| Octal | 160 | 155 | 263 | 45 | 47 | 0 | 36 | 363 | 40 | 70 |
| Binary | 1110000 | 1101101 | 10110011 | 100101 | 100111 | 0 | 11110 | 11110011 | 100000 | 111000 |
Color Harmonies of #706DB3
Complementary color
Monochromatic Colors of #706DB3
Black with #706DB3
Text Example
Text Example
White with #706DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DB3; }
p { color: rgb(112,109,179); }
H1.HeaderClassName
{
color: #706DB3;
}
.AnyTagClassName
{
color: #706DB3;
}
</style>
background-color css
<style>
a { background-color: #706DB3; }
a { background-color: rgb(112,109,179); }
div.DivClassName
{
background-color: #706DB3;
}
.BgClassName
{
background-color: #706DB3;
}
</style>
border-color css
<style>
span { border-color: #706DB3; }
span { border-color: rgb(112,109,179); }
td.TdClassName
{
border-color: #706DB3;
}
.TagClassName
{
border-color: #706DB3;
}
</style>