Shades of Chetwode Blue #6E77BD
Tints of Chetwode Blue #6E77BD
RGB
CMYK
RGB Variations
Color information
#6E77BD (or 0x6E77BD) is known color: Chetwode Blue. HEX triplet: 6E, 77 and BD. RGB value is (110,119,189). Sum of RGB (Red+Green+Blue) = 110+119+189=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E77BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E77BD is #918842. Grayscale: #7C7C7C. Windows color (decimal): -9537603 or 12416878. OLE color: 12416878.
HSL color Cylindrical-coordinate representation of color #6E77BD: hue angle of 233.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E77BD is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 119 | 189 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.26 |
| HSL | 233.16º | 0.37% | 0.59% | - |
| HSV(B) | 233.16º | 0.42% | 0.74% | - |
| XYZ | 22.21 | 20.18 | 50.87 | - |
| YUV | 124.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 189 | 0.42 | 0.37 | 0 | 0.26 | 233.16 | 0.37 | 0.59 |
| Hex | 6E | 77 | BD | 2A | 25 | 0 | 1A | E9 | 25 | 3B |
| Octal | 156 | 167 | 275 | 52 | 45 | 0 | 32 | 351 | 45 | 73 |
| Binary | 1101110 | 1110111 | 10111101 | 101010 | 100101 | 0 | 11010 | 11101001 | 100101 | 111011 |
Color Harmonies of #6E77BD
Complementary color
Monochromatic Colors of #6E77BD
Black with #6E77BD
Text Example
Text Example
White with #6E77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E77BD; }
p { color: rgb(110,119,189); }
H1.HeaderClassName
{
color: #6E77BD;
}
.AnyTagClassName
{
color: #6E77BD;
}
</style>
background-color css
<style>
a { background-color: #6E77BD; }
a { background-color: rgb(110,119,189); }
div.DivClassName
{
background-color: #6E77BD;
}
.BgClassName
{
background-color: #6E77BD;
}
</style>
border-color css
<style>
span { border-color: #6E77BD; }
span { border-color: rgb(110,119,189); }
td.TdClassName
{
border-color: #6E77BD;
}
.TagClassName
{
border-color: #6E77BD;
}
</style>