Shades of Chetwode Blue #6876CA
Tints of Chetwode Blue #6876CA
RGB
CMYK
RGB Variations
Color information
#6876CA (or 0x6876CA) is known color: Chetwode Blue. HEX triplet: 68, 76 and CA. RGB value is (104,118,202). Sum of RGB (Red+Green+Blue) = 104+118+202=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #6876CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876CA is #978935. Grayscale: #7B7B7B. Windows color (decimal): -9931062 or 13268584. OLE color: 13268584.
HSL color Cylindrical-coordinate representation of color #6876CA: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6876CA is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 118 | 202 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.21 |
| HSL | 231.43º | 0.48% | 0.6% | - |
| HSV(B) | 231.43º | 0.49% | 0.79% | - |
| XYZ | 22.85 | 20.16 | 58.56 | - |
| YUV | 123.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 202 | 0.49 | 0.42 | 0 | 0.21 | 231.43 | 0.48 | 0.6 |
| Hex | 68 | 76 | CA | 31 | 2A | 0 | 15 | E7 | 30 | 3C |
| Octal | 150 | 166 | 312 | 61 | 52 | 0 | 25 | 347 | 60 | 74 |
| Binary | 1101000 | 1110110 | 11001010 | 110001 | 101010 | 0 | 10101 | 11100111 | 110000 | 111100 |
Color Harmonies of #6876CA
Complementary color
Monochromatic Colors of #6876CA
Black with #6876CA
Text Example
Text Example
White with #6876CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876CA; }
p { color: rgb(104,118,202); }
H1.HeaderClassName
{
color: #6876CA;
}
.AnyTagClassName
{
color: #6876CA;
}
</style>
background-color css
<style>
a { background-color: #6876CA; }
a { background-color: rgb(104,118,202); }
div.DivClassName
{
background-color: #6876CA;
}
.BgClassName
{
background-color: #6876CA;
}
</style>
border-color css
<style>
span { border-color: #6876CA; }
span { border-color: rgb(104,118,202); }
td.TdClassName
{
border-color: #6876CA;
}
.TagClassName
{
border-color: #6876CA;
}
</style>