Shades of Chetwode Blue #6870AB
Tints of Chetwode Blue #6870AB
RGB
CMYK
RGB Variations
Color information
#6870AB (or 0x6870AB) is known color: Chetwode Blue. HEX triplet: 68, 70 and AB. RGB value is (104,112,171). Sum of RGB (Red+Green+Blue) = 104+112+171=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6870AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6870AB is #978F54. Grayscale: #747474. Windows color (decimal): -9932629 or 11235432. OLE color: 11235432.
HSL color Cylindrical-coordinate representation of color #6870AB: hue angle of 232.84º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6870AB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 112 | 171 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.33 |
| HSL | 232.84º | 0.29% | 0.54% | - |
| HSV(B) | 232.84º | 0.39% | 0.67% | - |
| XYZ | 18.85 | 17.47 | 40.91 | - |
| YUV | 116.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 171 | 0.39 | 0.35 | 0 | 0.33 | 232.84 | 0.29 | 0.54 |
| Hex | 68 | 70 | AB | 27 | 23 | 0 | 21 | E9 | 1D | 36 |
| Octal | 150 | 160 | 253 | 47 | 43 | 0 | 41 | 351 | 35 | 66 |
| Binary | 1101000 | 1110000 | 10101011 | 100111 | 100011 | 0 | 100001 | 11101001 | 11101 | 110110 |
Color Harmonies of #6870AB
Complementary color
Monochromatic Colors of #6870AB
Black with #6870AB
Text Example
Text Example
White with #6870AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870AB; }
p { color: rgb(104,112,171); }
H1.HeaderClassName
{
color: #6870AB;
}
.AnyTagClassName
{
color: #6870AB;
}
</style>
background-color css
<style>
a { background-color: #6870AB; }
a { background-color: rgb(104,112,171); }
div.DivClassName
{
background-color: #6870AB;
}
.BgClassName
{
background-color: #6870AB;
}
</style>
border-color css
<style>
span { border-color: #6870AB; }
span { border-color: rgb(104,112,171); }
td.TdClassName
{
border-color: #6870AB;
}
.TagClassName
{
border-color: #6870AB;
}
</style>