Shades of Chetwode Blue #6E77A8
Tints of Chetwode Blue #6E77A8
RGB
CMYK
RGB Variations
Color information
#6E77A8 (or 0x6E77A8) is known color: Chetwode Blue. HEX triplet: 6E, 77 and A8. RGB value is (110,119,168). Sum of RGB (Red+Green+Blue) = 110+119+168=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #6E77A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E77A8 is #918857. Grayscale: #797979. Windows color (decimal): -9537624 or 11040622. OLE color: 11040622.
HSL color Cylindrical-coordinate representation of color #6E77A8: hue angle of 230.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E77A8 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 119 | 168 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.34 |
| HSL | 230.69º | 0.25% | 0.55% | - |
| HSV(B) | 230.69º | 0.35% | 0.66% | - |
| XYZ | 20.1 | 19.34 | 39.72 | - |
| YUV | 121.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 168 | 0.35 | 0.29 | 0 | 0.34 | 230.69 | 0.25 | 0.55 |
| Hex | 6E | 77 | A8 | 23 | 1D | 0 | 22 | E7 | 19 | 37 |
| Octal | 156 | 167 | 250 | 43 | 35 | 0 | 42 | 347 | 31 | 67 |
| Binary | 1101110 | 1110111 | 10101000 | 100011 | 11101 | 0 | 100010 | 11100111 | 11001 | 110111 |
Color Harmonies of #6E77A8
Complementary color
Monochromatic Colors of #6E77A8
Black with #6E77A8
Text Example
Text Example
White with #6E77A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E77A8; }
p { color: rgb(110,119,168); }
H1.HeaderClassName
{
color: #6E77A8;
}
.AnyTagClassName
{
color: #6E77A8;
}
</style>
background-color css
<style>
a { background-color: #6E77A8; }
a { background-color: rgb(110,119,168); }
div.DivClassName
{
background-color: #6E77A8;
}
.BgClassName
{
background-color: #6E77A8;
}
</style>
border-color css
<style>
span { border-color: #6E77A8; }
span { border-color: rgb(110,119,168); }
td.TdClassName
{
border-color: #6E77A8;
}
.TagClassName
{
border-color: #6E77A8;
}
</style>