Shades of Chetwode Blue #6E77CE
Tints of Chetwode Blue #6E77CE
RGB
CMYK
RGB Variations
Color information
#6E77CE (or 0x6E77CE) is known color: Chetwode Blue. HEX triplet: 6E, 77 and CE. RGB value is (110,119,206). Sum of RGB (Red+Green+Blue) = 110+119+206=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E77CE is #918831. Grayscale: #7D7D7D. Windows color (decimal): -9537586 or 13530990. OLE color: 13530990.
HSL color Cylindrical-coordinate representation of color #6E77CE: hue angle of 234.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E77CE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 119 | 206 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.19 |
| HSL | 234.38º | 0.49% | 0.62% | - |
| HSV(B) | 234.38º | 0.47% | 0.81% | - |
| XYZ | 24.17 | 20.96 | 61.17 | - |
| YUV | 126.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 206 | 0.47 | 0.42 | 0 | 0.19 | 234.38 | 0.49 | 0.62 |
| Hex | 6E | 77 | CE | 2F | 2A | 0 | 13 | EA | 31 | 3E |
| Octal | 156 | 167 | 316 | 57 | 52 | 0 | 23 | 352 | 61 | 76 |
| Binary | 1101110 | 1110111 | 11001110 | 101111 | 101010 | 0 | 10011 | 11101010 | 110001 | 111110 |
Color Harmonies of #6E77CE
Complementary color
Monochromatic Colors of #6E77CE
Black with #6E77CE
Text Example
Text Example
White with #6E77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E77CE; }
p { color: rgb(110,119,206); }
H1.HeaderClassName
{
color: #6E77CE;
}
.AnyTagClassName
{
color: #6E77CE;
}
</style>
background-color css
<style>
a { background-color: #6E77CE; }
a { background-color: rgb(110,119,206); }
div.DivClassName
{
background-color: #6E77CE;
}
.BgClassName
{
background-color: #6E77CE;
}
</style>
border-color css
<style>
span { border-color: #6E77CE; }
span { border-color: rgb(110,119,206); }
td.TdClassName
{
border-color: #6E77CE;
}
.TagClassName
{
border-color: #6E77CE;
}
</style>