Shades of Chetwode Blue #6876D9
Tints of Chetwode Blue #6876D9
RGB
CMYK
RGB Variations
Color information
#6876D9 (or 0x6876D9) is known color: Chetwode Blue. HEX triplet: 68, 76 and D9. RGB value is (104,118,217). Sum of RGB (Red+Green+Blue) = 104+118+217=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #6876D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876D9 is #978926. Grayscale: #7C7C7C. Windows color (decimal): -9931047 or 14251624. OLE color: 14251624.
HSL color Cylindrical-coordinate representation of color #6876D9: hue angle of 232.57º 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 #6876D9 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 118 | 217 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.15 |
| HSL | 232.57º | 0.6% | 0.63% | - |
| HSV(B) | 232.57º | 0.52% | 0.85% | - |
| XYZ | 24.71 | 20.91 | 68.38 | - |
| YUV | 125.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 217 | 0.52 | 0.46 | 0 | 0.15 | 232.57 | 0.6 | 0.63 |
| Hex | 68 | 76 | D9 | 34 | 2E | 0 | F | E9 | 3C | 3F |
| Octal | 150 | 166 | 331 | 64 | 56 | 0 | 17 | 351 | 74 | 77 |
| Binary | 1101000 | 1110110 | 11011001 | 110100 | 101110 | 0 | 1111 | 11101001 | 111100 | 111111 |
Color Harmonies of #6876D9
Complementary color
Monochromatic Colors of #6876D9
Black with #6876D9
Text Example
Text Example
White with #6876D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876D9; }
p { color: rgb(104,118,217); }
H1.HeaderClassName
{
color: #6876D9;
}
.AnyTagClassName
{
color: #6876D9;
}
</style>
background-color css
<style>
a { background-color: #6876D9; }
a { background-color: rgb(104,118,217); }
div.DivClassName
{
background-color: #6876D9;
}
.BgClassName
{
background-color: #6876D9;
}
</style>
border-color css
<style>
span { border-color: #6876D9; }
span { border-color: rgb(104,118,217); }
td.TdClassName
{
border-color: #6876D9;
}
.TagClassName
{
border-color: #6876D9;
}
</style>