Shades of Chetwode Blue #6876CE
Tints of Chetwode Blue #6876CE
RGB
CMYK
RGB Variations
Color information
#6876CE (or 0x6876CE) is known color: Chetwode Blue. HEX triplet: 68, 76 and CE. RGB value is (104,118,206). Sum of RGB (Red+Green+Blue) = 104+118+206=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #6876CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876CE is #978931. Grayscale: #7B7B7B. Windows color (decimal): -9931058 or 13530728. OLE color: 13530728.
HSL color Cylindrical-coordinate representation of color #6876CE: hue angle of 231.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6876CE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 118 | 206 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.19 |
| HSL | 231.76º | 0.51% | 0.61% | - |
| HSV(B) | 231.76º | 0.5% | 0.81% | - |
| XYZ | 23.33 | 20.36 | 61.09 | - |
| YUV | 123.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 206 | 0.50 | 0.43 | 0 | 0.19 | 231.76 | 0.51 | 0.61 |
| Hex | 68 | 76 | CE | 32 | 2B | 0 | 13 | E8 | 33 | 3D |
| Octal | 150 | 166 | 316 | 62 | 53 | 0 | 23 | 350 | 63 | 75 |
| Binary | 1101000 | 1110110 | 11001110 | 110010 | 101011 | 0 | 10011 | 11101000 | 110011 | 111101 |
Color Harmonies of #6876CE
Complementary color
Monochromatic Colors of #6876CE
Black with #6876CE
Text Example
Text Example
White with #6876CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876CE; }
p { color: rgb(104,118,206); }
H1.HeaderClassName
{
color: #6876CE;
}
.AnyTagClassName
{
color: #6876CE;
}
</style>
background-color css
<style>
a { background-color: #6876CE; }
a { background-color: rgb(104,118,206); }
div.DivClassName
{
background-color: #6876CE;
}
.BgClassName
{
background-color: #6876CE;
}
</style>
border-color css
<style>
span { border-color: #6876CE; }
span { border-color: rgb(104,118,206); }
td.TdClassName
{
border-color: #6876CE;
}
.TagClassName
{
border-color: #6876CE;
}
</style>