Shades of Chetwode Blue #6977D9
Tints of Chetwode Blue #6977D9
RGB
CMYK
RGB Variations
Color information
#6977D9 (or 0x6977D9) is known color: Chetwode Blue. HEX triplet: 69, 77 and D9. RGB value is (105,119,217). Sum of RGB (Red+Green+Blue) = 105+119+217=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #6977D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977D9 is #968826. Grayscale: #7D7D7D. Windows color (decimal): -9865255 or 14251881. OLE color: 14251881.
HSL color Cylindrical-coordinate representation of color #6977D9: hue angle of 232.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6977D9 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 119 | 217 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.15 |
| HSL | 232.5º | 0.6% | 0.63% | - |
| HSV(B) | 232.5º | 0.52% | 0.85% | - |
| XYZ | 24.95 | 21.21 | 68.42 | - |
| YUV | 125.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 217 | 0.52 | 0.45 | 0 | 0.15 | 232.5 | 0.6 | 0.63 |
| Hex | 69 | 77 | D9 | 34 | 2D | 0 | F | E8 | 3C | 3F |
| Octal | 151 | 167 | 331 | 64 | 55 | 0 | 17 | 350 | 74 | 77 |
| Binary | 1101001 | 1110111 | 11011001 | 110100 | 101101 | 0 | 1111 | 11101000 | 111100 | 111111 |
Color Harmonies of #6977D9
Complementary color
Monochromatic Colors of #6977D9
Black with #6977D9
Text Example
Text Example
White with #6977D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977D9; }
p { color: rgb(105,119,217); }
H1.HeaderClassName
{
color: #6977D9;
}
.AnyTagClassName
{
color: #6977D9;
}
</style>
background-color css
<style>
a { background-color: #6977D9; }
a { background-color: rgb(105,119,217); }
div.DivClassName
{
background-color: #6977D9;
}
.BgClassName
{
background-color: #6977D9;
}
</style>
border-color css
<style>
span { border-color: #6977D9; }
span { border-color: rgb(105,119,217); }
td.TdClassName
{
border-color: #6977D9;
}
.TagClassName
{
border-color: #6977D9;
}
</style>