Shades of Chetwode Blue #6877D9
Tints of Chetwode Blue #6877D9
RGB
CMYK
RGB Variations
Color information
#6877D9 (or 0x6877D9) is known color: Chetwode Blue. HEX triplet: 68, 77 and D9. RGB value is (104,119,217). Sum of RGB (Red+Green+Blue) = 104+119+217=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #6877D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877D9 is #978826. Grayscale: #7D7D7D. Windows color (decimal): -9930791 or 14251880. OLE color: 14251880.
HSL color Cylindrical-coordinate representation of color #6877D9: hue angle of 232.04º 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 #6877D9 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 119 | 217 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.15 |
| HSL | 232.04º | 0.6% | 0.63% | - |
| HSV(B) | 232.04º | 0.52% | 0.85% | - |
| XYZ | 24.83 | 21.15 | 68.42 | - |
| YUV | 125.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 217 | 0.52 | 0.45 | 0 | 0.15 | 232.04 | 0.6 | 0.63 |
| Hex | 68 | 77 | D9 | 34 | 2D | 0 | F | E8 | 3C | 3F |
| Octal | 150 | 167 | 331 | 64 | 55 | 0 | 17 | 350 | 74 | 77 |
| Binary | 1101000 | 1110111 | 11011001 | 110100 | 101101 | 0 | 1111 | 11101000 | 111100 | 111111 |
Color Harmonies of #6877D9
Complementary color
Monochromatic Colors of #6877D9
Black with #6877D9
Text Example
Text Example
White with #6877D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6877D9; }
p { color: rgb(104,119,217); }
H1.HeaderClassName
{
color: #6877D9;
}
.AnyTagClassName
{
color: #6877D9;
}
</style>
background-color css
<style>
a { background-color: #6877D9; }
a { background-color: rgb(104,119,217); }
div.DivClassName
{
background-color: #6877D9;
}
.BgClassName
{
background-color: #6877D9;
}
</style>
border-color css
<style>
span { border-color: #6877D9; }
span { border-color: rgb(104,119,217); }
td.TdClassName
{
border-color: #6877D9;
}
.TagClassName
{
border-color: #6877D9;
}
</style>