Shades of Chetwode Blue #6E729A
Tints of Chetwode Blue #6E729A
RGB
CMYK
RGB Variations
Color information
#6E729A (or 0x6E729A) is known color: Chetwode Blue. HEX triplet: 6E, 72 and 9A. RGB value is (110,114,154). Sum of RGB (Red+Green+Blue) = 110+114+154=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E729A is #918D65. Grayscale: #757575. Windows color (decimal): -9538918 or 10121838. OLE color: 10121838.
HSL color Cylindrical-coordinate representation of color #6E729A: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E729A is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 114 | 154 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.40 |
| HSL | 234.55º | 0.18% | 0.52% | - |
| HSV(B) | 234.55º | 0.29% | 0.6% | - |
| XYZ | 18.28 | 17.68 | 33.02 | - |
| YUV | 117.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 154 | 0.29 | 0.26 | 0 | 0.40 | 234.55 | 0.18 | 0.52 |
| Hex | 6E | 72 | 9A | 1D | 1A | 0 | 28 | EB | 12 | 34 |
| Octal | 156 | 162 | 232 | 35 | 32 | 0 | 50 | 353 | 22 | 64 |
| Binary | 1101110 | 1110010 | 10011010 | 11101 | 11010 | 0 | 101000 | 11101011 | 10010 | 110100 |
Color Harmonies of #6E729A
Complementary color
Monochromatic Colors of #6E729A
Black with #6E729A
Text Example
Text Example
White with #6E729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E729A; }
p { color: rgb(110,114,154); }
H1.HeaderClassName
{
color: #6E729A;
}
.AnyTagClassName
{
color: #6E729A;
}
</style>
background-color css
<style>
a { background-color: #6E729A; }
a { background-color: rgb(110,114,154); }
div.DivClassName
{
background-color: #6E729A;
}
.BgClassName
{
background-color: #6E729A;
}
</style>
border-color css
<style>
span { border-color: #6E729A; }
span { border-color: rgb(110,114,154); }
td.TdClassName
{
border-color: #6E729A;
}
.TagClassName
{
border-color: #6E729A;
}
</style>