Shades of Chetwode Blue #6876BD
Tints of Chetwode Blue #6876BD
RGB
CMYK
RGB Variations
Color information
#6876BD (or 0x6876BD) is known color: Chetwode Blue. HEX triplet: 68, 76 and BD. RGB value is (104,118,189). Sum of RGB (Red+Green+Blue) = 104+118+189=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #6876BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876BD is #978942. Grayscale: #797979. Windows color (decimal): -9931075 or 12416616. OLE color: 12416616.
HSL color Cylindrical-coordinate representation of color #6876BD: hue angle of 230.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6876BD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 118 | 189 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.26 |
| HSL | 230.12º | 0.39% | 0.57% | - |
| HSV(B) | 230.12º | 0.45% | 0.74% | - |
| XYZ | 21.37 | 19.57 | 50.8 | - |
| YUV | 121.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 189 | 0.45 | 0.38 | 0 | 0.26 | 230.12 | 0.39 | 0.57 |
| Hex | 68 | 76 | BD | 2D | 26 | 0 | 1A | E6 | 27 | 39 |
| Octal | 150 | 166 | 275 | 55 | 46 | 0 | 32 | 346 | 47 | 71 |
| Binary | 1101000 | 1110110 | 10111101 | 101101 | 100110 | 0 | 11010 | 11100110 | 100111 | 111001 |
Color Harmonies of #6876BD
Complementary color
Monochromatic Colors of #6876BD
Black with #6876BD
Text Example
Text Example
White with #6876BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876BD; }
p { color: rgb(104,118,189); }
H1.HeaderClassName
{
color: #6876BD;
}
.AnyTagClassName
{
color: #6876BD;
}
</style>
background-color css
<style>
a { background-color: #6876BD; }
a { background-color: rgb(104,118,189); }
div.DivClassName
{
background-color: #6876BD;
}
.BgClassName
{
background-color: #6876BD;
}
</style>
border-color css
<style>
span { border-color: #6876BD; }
span { border-color: rgb(104,118,189); }
td.TdClassName
{
border-color: #6876BD;
}
.TagClassName
{
border-color: #6876BD;
}
</style>