Shades of Chetwode Blue #6E729C
Tints of Chetwode Blue #6E729C
RGB
CMYK
RGB Variations
Color information
#6E729C (or 0x6E729C) is known color: Chetwode Blue. HEX triplet: 6E, 72 and 9C. RGB value is (110,114,156). Sum of RGB (Red+Green+Blue) = 110+114+156=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E729C is #918D63. Grayscale: #757575. Windows color (decimal): -9538916 or 10252910. OLE color: 10252910.
HSL color Cylindrical-coordinate representation of color #6E729C: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E729C is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 114 | 156 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.39 |
| HSL | 234.78º | 0.19% | 0.52% | - |
| HSV(B) | 234.78º | 0.29% | 0.61% | - |
| XYZ | 18.45 | 17.75 | 33.91 | - |
| YUV | 117.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 156 | 0.29 | 0.27 | 0 | 0.39 | 234.78 | 0.19 | 0.52 |
| Hex | 6E | 72 | 9C | 1D | 1B | 0 | 27 | EB | 13 | 34 |
| Octal | 156 | 162 | 234 | 35 | 33 | 0 | 47 | 353 | 23 | 64 |
| Binary | 1101110 | 1110010 | 10011100 | 11101 | 11011 | 0 | 100111 | 11101011 | 10011 | 110100 |
Color Harmonies of #6E729C
Complementary color
Monochromatic Colors of #6E729C
Black with #6E729C
Text Example
Text Example
White with #6E729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E729C; }
p { color: rgb(110,114,156); }
H1.HeaderClassName
{
color: #6E729C;
}
.AnyTagClassName
{
color: #6E729C;
}
</style>
background-color css
<style>
a { background-color: #6E729C; }
a { background-color: rgb(110,114,156); }
div.DivClassName
{
background-color: #6E729C;
}
.BgClassName
{
background-color: #6E729C;
}
</style>
border-color css
<style>
span { border-color: #6E729C; }
span { border-color: rgb(110,114,156); }
td.TdClassName
{
border-color: #6E729C;
}
.TagClassName
{
border-color: #6E729C;
}
</style>