Shades of Chetwode Blue #6871AD
Tints of Chetwode Blue #6871AD
RGB
CMYK
RGB Variations
Color information
#6871AD (or 0x6871AD) is known color: Chetwode Blue. HEX triplet: 68, 71 and AD. RGB value is (104,113,173). Sum of RGB (Red+Green+Blue) = 104+113+173=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #6871AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6871AD is #978E52. Grayscale: #747474. Windows color (decimal): -9932371 or 11366760. OLE color: 11366760.
HSL color Cylindrical-coordinate representation of color #6871AD: hue angle of 232.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6871AD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 113 | 173 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.32 |
| HSL | 232.17º | 0.3% | 0.54% | - |
| HSV(B) | 232.17º | 0.4% | 0.68% | - |
| XYZ | 19.16 | 17.77 | 41.96 | - |
| YUV | 117.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 173 | 0.40 | 0.35 | 0 | 0.32 | 232.17 | 0.3 | 0.54 |
| Hex | 68 | 71 | AD | 28 | 23 | 0 | 20 | E8 | 1E | 36 |
| Octal | 150 | 161 | 255 | 50 | 43 | 0 | 40 | 350 | 36 | 66 |
| Binary | 1101000 | 1110001 | 10101101 | 101000 | 100011 | 0 | 100000 | 11101000 | 11110 | 110110 |
Color Harmonies of #6871AD
Complementary color
Monochromatic Colors of #6871AD
Black with #6871AD
Text Example
Text Example
White with #6871AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871AD; }
p { color: rgb(104,113,173); }
H1.HeaderClassName
{
color: #6871AD;
}
.AnyTagClassName
{
color: #6871AD;
}
</style>
background-color css
<style>
a { background-color: #6871AD; }
a { background-color: rgb(104,113,173); }
div.DivClassName
{
background-color: #6871AD;
}
.BgClassName
{
background-color: #6871AD;
}
</style>
border-color css
<style>
span { border-color: #6871AD; }
span { border-color: rgb(104,113,173); }
td.TdClassName
{
border-color: #6871AD;
}
.TagClassName
{
border-color: #6871AD;
}
</style>