Shades of Chetwode Blue #6E77BE
Tints of Chetwode Blue #6E77BE
RGB
CMYK
RGB Variations
Color information
#6E77BE (or 0x6E77BE) is known color: Chetwode Blue. HEX triplet: 6E, 77 and BE. RGB value is (110,119,190). Sum of RGB (Red+Green+Blue) = 110+119+190=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E77BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E77BE is #918841. Grayscale: #7C7C7C. Windows color (decimal): -9537602 or 12482414. OLE color: 12482414.
HSL color Cylindrical-coordinate representation of color #6E77BE: hue angle of 233.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E77BE is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 119 | 190 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.25 |
| HSL | 233.25º | 0.38% | 0.59% | - |
| HSV(B) | 233.25º | 0.42% | 0.75% | - |
| XYZ | 22.32 | 20.23 | 51.44 | - |
| YUV | 124.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 190 | 0.42 | 0.37 | 0 | 0.25 | 233.25 | 0.38 | 0.59 |
| Hex | 6E | 77 | BE | 2A | 25 | 0 | 19 | E9 | 26 | 3B |
| Octal | 156 | 167 | 276 | 52 | 45 | 0 | 31 | 351 | 46 | 73 |
| Binary | 1101110 | 1110111 | 10111110 | 101010 | 100101 | 0 | 11001 | 11101001 | 100110 | 111011 |
Color Harmonies of #6E77BE
Complementary color
Monochromatic Colors of #6E77BE
Black with #6E77BE
Text Example
Text Example
White with #6E77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E77BE; }
p { color: rgb(110,119,190); }
H1.HeaderClassName
{
color: #6E77BE;
}
.AnyTagClassName
{
color: #6E77BE;
}
</style>
background-color css
<style>
a { background-color: #6E77BE; }
a { background-color: rgb(110,119,190); }
div.DivClassName
{
background-color: #6E77BE;
}
.BgClassName
{
background-color: #6E77BE;
}
</style>
border-color css
<style>
span { border-color: #6E77BE; }
span { border-color: rgb(110,119,190); }
td.TdClassName
{
border-color: #6E77BE;
}
.TagClassName
{
border-color: #6E77BE;
}
</style>