Shades of Chetwode Blue #6D77AD
Tints of Chetwode Blue #6D77AD
RGB
CMYK
RGB Variations
Color information
#6D77AD (or 0x6D77AD) is known color: Chetwode Blue. HEX triplet: 6D, 77 and AD. RGB value is (109,119,173). Sum of RGB (Red+Green+Blue) = 109+119+173=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D77AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D77AD is #928852. Grayscale: #797979. Windows color (decimal): -9603155 or 11368301. OLE color: 11368301.
HSL color Cylindrical-coordinate representation of color #6D77AD: hue angle of 230.62º degrees, saturation: 0.28, 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 #6D77AD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 119 | 173 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.32 |
| HSL | 230.63º | 0.28% | 0.55% | - |
| HSV(B) | 230.63º | 0.37% | 0.68% | - |
| XYZ | 20.45 | 19.46 | 42.21 | - |
| YUV | 122.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 173 | 0.37 | 0.31 | 0 | 0.32 | 230.63 | 0.28 | 0.55 |
| Hex | 6D | 77 | AD | 25 | 1F | 0 | 20 | E7 | 1C | 37 |
| Octal | 155 | 167 | 255 | 45 | 37 | 0 | 40 | 347 | 34 | 67 |
| Binary | 1101101 | 1110111 | 10101101 | 100101 | 11111 | 0 | 100000 | 11100111 | 11100 | 110111 |
Color Harmonies of #6D77AD
Complementary color
Monochromatic Colors of #6D77AD
Black with #6D77AD
Text Example
Text Example
White with #6D77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D77AD; }
p { color: rgb(109,119,173); }
H1.HeaderClassName
{
color: #6D77AD;
}
.AnyTagClassName
{
color: #6D77AD;
}
</style>
background-color css
<style>
a { background-color: #6D77AD; }
a { background-color: rgb(109,119,173); }
div.DivClassName
{
background-color: #6D77AD;
}
.BgClassName
{
background-color: #6D77AD;
}
</style>
border-color css
<style>
span { border-color: #6D77AD; }
span { border-color: rgb(109,119,173); }
td.TdClassName
{
border-color: #6D77AD;
}
.TagClassName
{
border-color: #6D77AD;
}
</style>