Shades of Chetwode Blue #6E72AC
Tints of Chetwode Blue #6E72AC
RGB
CMYK
RGB Variations
Color information
#6E72AC (or 0x6E72AC) is known color: Chetwode Blue. HEX triplet: 6E, 72 and AC. RGB value is (110,114,172). Sum of RGB (Red+Green+Blue) = 110+114+172=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E72AC is #918D53. Grayscale: #777777. Windows color (decimal): -9538900 or 11301486. OLE color: 11301486.
HSL color Cylindrical-coordinate representation of color #6E72AC: hue angle of 236.13º 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 #6E72AC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 114 | 172 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.33 |
| HSL | 236.13º | 0.27% | 0.55% | - |
| HSV(B) | 236.13º | 0.36% | 0.67% | - |
| XYZ | 19.89 | 18.33 | 41.52 | - |
| YUV | 119.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 172 | 0.36 | 0.34 | 0 | 0.33 | 236.13 | 0.27 | 0.55 |
| Hex | 6E | 72 | AC | 24 | 22 | 0 | 21 | EC | 1B | 37 |
| Octal | 156 | 162 | 254 | 44 | 42 | 0 | 41 | 354 | 33 | 67 |
| Binary | 1101110 | 1110010 | 10101100 | 100100 | 100010 | 0 | 100001 | 11101100 | 11011 | 110111 |
Color Harmonies of #6E72AC
Complementary color
Monochromatic Colors of #6E72AC
Black with #6E72AC
Text Example
Text Example
White with #6E72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E72AC; }
p { color: rgb(110,114,172); }
H1.HeaderClassName
{
color: #6E72AC;
}
.AnyTagClassName
{
color: #6E72AC;
}
</style>
background-color css
<style>
a { background-color: #6E72AC; }
a { background-color: rgb(110,114,172); }
div.DivClassName
{
background-color: #6E72AC;
}
.BgClassName
{
background-color: #6E72AC;
}
</style>
border-color css
<style>
span { border-color: #6E72AC; }
span { border-color: rgb(110,114,172); }
td.TdClassName
{
border-color: #6E72AC;
}
.TagClassName
{
border-color: #6E72AC;
}
</style>