Shades of Chetwode Blue #6D77AE
Tints of Chetwode Blue #6D77AE
RGB
CMYK
RGB Variations
Color information
#6D77AE (or 0x6D77AE) is known color: Chetwode Blue. HEX triplet: 6D, 77 and AE. RGB value is (109,119,174). Sum of RGB (Red+Green+Blue) = 109+119+174=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D77AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D77AE is #928851. Grayscale: #7A7A7A. Windows color (decimal): -9603154 or 11433837. OLE color: 11433837.
HSL color Cylindrical-coordinate representation of color #6D77AE: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D77AE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 119 | 174 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.32 |
| HSL | 230.77º | 0.29% | 0.55% | - |
| HSV(B) | 230.77º | 0.37% | 0.68% | - |
| XYZ | 20.54 | 19.5 | 42.73 | - |
| YUV | 122.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 174 | 0.37 | 0.32 | 0 | 0.32 | 230.77 | 0.29 | 0.55 |
| Hex | 6D | 77 | AE | 25 | 20 | 0 | 20 | E7 | 1D | 37 |
| Octal | 155 | 167 | 256 | 45 | 40 | 0 | 40 | 347 | 35 | 67 |
| Binary | 1101101 | 1110111 | 10101110 | 100101 | 100000 | 0 | 100000 | 11100111 | 11101 | 110111 |
Color Harmonies of #6D77AE
Complementary color
Monochromatic Colors of #6D77AE
Black with #6D77AE
Text Example
Text Example
White with #6D77AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D77AE; }
p { color: rgb(109,119,174); }
H1.HeaderClassName
{
color: #6D77AE;
}
.AnyTagClassName
{
color: #6D77AE;
}
</style>
background-color css
<style>
a { background-color: #6D77AE; }
a { background-color: rgb(109,119,174); }
div.DivClassName
{
background-color: #6D77AE;
}
.BgClassName
{
background-color: #6D77AE;
}
</style>
border-color css
<style>
span { border-color: #6D77AE; }
span { border-color: rgb(109,119,174); }
td.TdClassName
{
border-color: #6D77AE;
}
.TagClassName
{
border-color: #6D77AE;
}
</style>