Shades of Chetwode Blue #6977D8
Tints of Chetwode Blue #6977D8
RGB
CMYK
RGB Variations
Color information
#6977D8 (or 0x6977D8) is known color: Chetwode Blue. HEX triplet: 69, 77 and D8. RGB value is (105,119,216). Sum of RGB (Red+Green+Blue) = 105+119+216=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #6977D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977D8 is #968827. Grayscale: #7D7D7D. Windows color (decimal): -9865256 or 14186345. OLE color: 14186345.
HSL color Cylindrical-coordinate representation of color #6977D8: hue angle of 232.43º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6977D8 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 119 | 216 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.15 |
| HSL | 232.43º | 0.59% | 0.63% | - |
| HSV(B) | 232.43º | 0.51% | 0.85% | - |
| XYZ | 24.82 | 21.15 | 67.74 | - |
| YUV | 125.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 216 | 0.51 | 0.45 | 0 | 0.15 | 232.43 | 0.59 | 0.63 |
| Hex | 69 | 77 | D8 | 33 | 2D | 0 | F | E8 | 3B | 3F |
| Octal | 151 | 167 | 330 | 63 | 55 | 0 | 17 | 350 | 73 | 77 |
| Binary | 1101001 | 1110111 | 11011000 | 110011 | 101101 | 0 | 1111 | 11101000 | 111011 | 111111 |
Color Harmonies of #6977D8
Complementary color
Monochromatic Colors of #6977D8
Black with #6977D8
Text Example
Text Example
White with #6977D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977D8; }
p { color: rgb(105,119,216); }
H1.HeaderClassName
{
color: #6977D8;
}
.AnyTagClassName
{
color: #6977D8;
}
</style>
background-color css
<style>
a { background-color: #6977D8; }
a { background-color: rgb(105,119,216); }
div.DivClassName
{
background-color: #6977D8;
}
.BgClassName
{
background-color: #6977D8;
}
</style>
border-color css
<style>
span { border-color: #6977D8; }
span { border-color: rgb(105,119,216); }
td.TdClassName
{
border-color: #6977D8;
}
.TagClassName
{
border-color: #6977D8;
}
</style>