Shades of Chetwode Blue #6E71AC
Tints of Chetwode Blue #6E71AC
RGB
CMYK
RGB Variations
Color information
#6E71AC (or 0x6E71AC) is known color: Chetwode Blue. HEX triplet: 6E, 71 and AC. RGB value is (110,113,172). Sum of RGB (Red+Green+Blue) = 110+113+172=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E71AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E71AC is #918E53. Grayscale: #767676. Windows color (decimal): -9539156 or 11301230. OLE color: 11301230.
HSL color Cylindrical-coordinate representation of color #6E71AC: hue angle of 237.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E71AC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 113 | 172 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.33 |
| HSL | 237.1º | 0.27% | 0.55% | - |
| HSV(B) | 237.1º | 0.36% | 0.67% | - |
| XYZ | 19.78 | 18.1 | 41.48 | - |
| YUV | 118.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 172 | 0.36 | 0.34 | 0 | 0.33 | 237.1 | 0.27 | 0.55 |
| Hex | 6E | 71 | AC | 24 | 22 | 0 | 21 | ED | 1B | 37 |
| Octal | 156 | 161 | 254 | 44 | 42 | 0 | 41 | 355 | 33 | 67 |
| Binary | 1101110 | 1110001 | 10101100 | 100100 | 100010 | 0 | 100001 | 11101101 | 11011 | 110111 |
Color Harmonies of #6E71AC
Complementary color
Monochromatic Colors of #6E71AC
Black with #6E71AC
Text Example
Text Example
White with #6E71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E71AC; }
p { color: rgb(110,113,172); }
H1.HeaderClassName
{
color: #6E71AC;
}
.AnyTagClassName
{
color: #6E71AC;
}
</style>
background-color css
<style>
a { background-color: #6E71AC; }
a { background-color: rgb(110,113,172); }
div.DivClassName
{
background-color: #6E71AC;
}
.BgClassName
{
background-color: #6E71AC;
}
</style>
border-color css
<style>
span { border-color: #6E71AC; }
span { border-color: rgb(110,113,172); }
td.TdClassName
{
border-color: #6E71AC;
}
.TagClassName
{
border-color: #6E71AC;
}
</style>