Shades of Chetwode Blue #6876CB
Tints of Chetwode Blue #6876CB
RGB
CMYK
RGB Variations
Color information
#6876CB (or 0x6876CB) is known color: Chetwode Blue. HEX triplet: 68, 76 and CB. RGB value is (104,118,203). Sum of RGB (Red+Green+Blue) = 104+118+203=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #6876CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876CB is #978934. Grayscale: #7B7B7B. Windows color (decimal): -9931061 or 13334120. OLE color: 13334120.
HSL color Cylindrical-coordinate representation of color #6876CB: hue angle of 231.52º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6876CB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 118 | 203 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.20 |
| HSL | 231.52º | 0.49% | 0.6% | - |
| HSV(B) | 231.52º | 0.49% | 0.8% | - |
| XYZ | 22.97 | 20.21 | 59.19 | - |
| YUV | 123.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 203 | 0.49 | 0.42 | 0 | 0.20 | 231.52 | 0.49 | 0.6 |
| Hex | 68 | 76 | CB | 31 | 2A | 0 | 14 | E8 | 31 | 3C |
| Octal | 150 | 166 | 313 | 61 | 52 | 0 | 24 | 350 | 61 | 74 |
| Binary | 1101000 | 1110110 | 11001011 | 110001 | 101010 | 0 | 10100 | 11101000 | 110001 | 111100 |
Color Harmonies of #6876CB
Complementary color
Monochromatic Colors of #6876CB
Black with #6876CB
Text Example
Text Example
White with #6876CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876CB; }
p { color: rgb(104,118,203); }
H1.HeaderClassName
{
color: #6876CB;
}
.AnyTagClassName
{
color: #6876CB;
}
</style>
background-color css
<style>
a { background-color: #6876CB; }
a { background-color: rgb(104,118,203); }
div.DivClassName
{
background-color: #6876CB;
}
.BgClassName
{
background-color: #6876CB;
}
</style>
border-color css
<style>
span { border-color: #6876CB; }
span { border-color: rgb(104,118,203); }
td.TdClassName
{
border-color: #6876CB;
}
.TagClassName
{
border-color: #6876CB;
}
</style>