Shades of Chetwode Blue #6871AB
Tints of Chetwode Blue #6871AB
RGB
CMYK
RGB Variations
Color information
#6871AB (or 0x6871AB) is known color: Chetwode Blue. HEX triplet: 68, 71 and AB. RGB value is (104,113,171). Sum of RGB (Red+Green+Blue) = 104+113+171=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6871AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6871AB is #978E54. Grayscale: #747474. Windows color (decimal): -9932373 or 11235688. OLE color: 11235688.
HSL color Cylindrical-coordinate representation of color #6871AB: hue angle of 231.94º 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 #6871AB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 113 | 171 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.33 |
| HSL | 231.94º | 0.29% | 0.54% | - |
| HSV(B) | 231.94º | 0.39% | 0.67% | - |
| XYZ | 18.96 | 17.69 | 40.94 | - |
| YUV | 116.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 171 | 0.39 | 0.34 | 0 | 0.33 | 231.94 | 0.29 | 0.54 |
| Hex | 68 | 71 | AB | 27 | 22 | 0 | 21 | E8 | 1D | 36 |
| Octal | 150 | 161 | 253 | 47 | 42 | 0 | 41 | 350 | 35 | 66 |
| Binary | 1101000 | 1110001 | 10101011 | 100111 | 100010 | 0 | 100001 | 11101000 | 11101 | 110110 |
Color Harmonies of #6871AB
Complementary color
Monochromatic Colors of #6871AB
Black with #6871AB
Text Example
Text Example
White with #6871AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871AB; }
p { color: rgb(104,113,171); }
H1.HeaderClassName
{
color: #6871AB;
}
.AnyTagClassName
{
color: #6871AB;
}
</style>
background-color css
<style>
a { background-color: #6871AB; }
a { background-color: rgb(104,113,171); }
div.DivClassName
{
background-color: #6871AB;
}
.BgClassName
{
background-color: #6871AB;
}
</style>
border-color css
<style>
span { border-color: #6871AB; }
span { border-color: rgb(104,113,171); }
td.TdClassName
{
border-color: #6871AB;
}
.TagClassName
{
border-color: #6871AB;
}
</style>