Shades of Chetwode Blue #6977AF
Tints of Chetwode Blue #6977AF
RGB
CMYK
RGB Variations
Color information
#6977AF (or 0x6977AF) is known color: Chetwode Blue. HEX triplet: 69, 77 and AF. RGB value is (105,119,175). Sum of RGB (Red+Green+Blue) = 105+119+175=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #6977AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977AF is #968850. Grayscale: #787878. Windows color (decimal): -9865297 or 11499369. OLE color: 11499369.
HSL color Cylindrical-coordinate representation of color #6977AF: hue angle of 228º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6977AF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 119 | 175 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.31 |
| HSL | 228º | 0.3% | 0.55% | - |
| HSV(B) | 228º | 0.4% | 0.69% | - |
| XYZ | 20.16 | 19.29 | 43.22 | - |
| YUV | 121.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 175 | 0.40 | 0.32 | 0 | 0.31 | 228 | 0.3 | 0.55 |
| Hex | 69 | 77 | AF | 28 | 20 | 0 | 1F | E4 | 1E | 37 |
| Octal | 151 | 167 | 257 | 50 | 40 | 0 | 37 | 344 | 36 | 67 |
| Binary | 1101001 | 1110111 | 10101111 | 101000 | 100000 | 0 | 11111 | 11100100 | 11110 | 110111 |
Color Harmonies of #6977AF
Complementary color
Monochromatic Colors of #6977AF
Black with #6977AF
Text Example
Text Example
White with #6977AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977AF; }
p { color: rgb(105,119,175); }
H1.HeaderClassName
{
color: #6977AF;
}
.AnyTagClassName
{
color: #6977AF;
}
</style>
background-color css
<style>
a { background-color: #6977AF; }
a { background-color: rgb(105,119,175); }
div.DivClassName
{
background-color: #6977AF;
}
.BgClassName
{
background-color: #6977AF;
}
</style>
border-color css
<style>
span { border-color: #6977AF; }
span { border-color: rgb(105,119,175); }
td.TdClassName
{
border-color: #6977AF;
}
.TagClassName
{
border-color: #6977AF;
}
</style>