Shades of Chetwode Blue #6E72A3
Tints of Chetwode Blue #6E72A3
RGB
CMYK
RGB Variations
Color information
#6E72A3 (or 0x6E72A3) is known color: Chetwode Blue. HEX triplet: 6E, 72 and A3. RGB value is (110,114,163). Sum of RGB (Red+Green+Blue) = 110+114+163=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E72A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E72A3 is #918D5C. Grayscale: #767676. Windows color (decimal): -9538909 or 10711662. OLE color: 10711662.
HSL color Cylindrical-coordinate representation of color #6E72A3: hue angle of 235.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E72A3 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 114 | 163 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.36 |
| HSL | 235.47º | 0.22% | 0.54% | - |
| HSV(B) | 235.47º | 0.33% | 0.64% | - |
| XYZ | 19.06 | 17.99 | 37.12 | - |
| YUV | 118.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 163 | 0.33 | 0.30 | 0 | 0.36 | 235.47 | 0.22 | 0.54 |
| Hex | 6E | 72 | A3 | 21 | 1E | 0 | 24 | EB | 16 | 36 |
| Octal | 156 | 162 | 243 | 41 | 36 | 0 | 44 | 353 | 26 | 66 |
| Binary | 1101110 | 1110010 | 10100011 | 100001 | 11110 | 0 | 100100 | 11101011 | 10110 | 110110 |
Color Harmonies of #6E72A3
Complementary color
Monochromatic Colors of #6E72A3
Black with #6E72A3
Text Example
Text Example
White with #6E72A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E72A3; }
p { color: rgb(110,114,163); }
H1.HeaderClassName
{
color: #6E72A3;
}
.AnyTagClassName
{
color: #6E72A3;
}
</style>
background-color css
<style>
a { background-color: #6E72A3; }
a { background-color: rgb(110,114,163); }
div.DivClassName
{
background-color: #6E72A3;
}
.BgClassName
{
background-color: #6E72A3;
}
</style>
border-color css
<style>
span { border-color: #6E72A3; }
span { border-color: rgb(110,114,163); }
td.TdClassName
{
border-color: #6E72A3;
}
.TagClassName
{
border-color: #6E72A3;
}
</style>