Shades of Chetwode Blue #6872CA
Tints of Chetwode Blue #6872CA
RGB
CMYK
RGB Variations
Color information
#6872CA (or 0x6872CA) is known color: Chetwode Blue. HEX triplet: 68, 72 and CA. RGB value is (104,114,202). Sum of RGB (Red+Green+Blue) = 104+114+202=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6872CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872CA is #978D35. Grayscale: #787878. Windows color (decimal): -9932086 or 13267560. OLE color: 13267560.
HSL color Cylindrical-coordinate representation of color #6872CA: hue angle of 233.88º 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 #6872CA is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 114 | 202 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.21 |
| HSL | 233.88º | 0.48% | 0.6% | - |
| HSV(B) | 233.88º | 0.49% | 0.79% | - |
| XYZ | 22.39 | 19.24 | 58.41 | - |
| YUV | 121.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 202 | 0.49 | 0.44 | 0 | 0.21 | 233.88 | 0.48 | 0.6 |
| Hex | 68 | 72 | CA | 31 | 2C | 0 | 15 | EA | 30 | 3C |
| Octal | 150 | 162 | 312 | 61 | 54 | 0 | 25 | 352 | 60 | 74 |
| Binary | 1101000 | 1110010 | 11001010 | 110001 | 101100 | 0 | 10101 | 11101010 | 110000 | 111100 |
Color Harmonies of #6872CA
Complementary color
Monochromatic Colors of #6872CA
Black with #6872CA
Text Example
Text Example
White with #6872CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6872CA; }
p { color: rgb(104,114,202); }
H1.HeaderClassName
{
color: #6872CA;
}
.AnyTagClassName
{
color: #6872CA;
}
</style>
background-color css
<style>
a { background-color: #6872CA; }
a { background-color: rgb(104,114,202); }
div.DivClassName
{
background-color: #6872CA;
}
.BgClassName
{
background-color: #6872CA;
}
</style>
border-color css
<style>
span { border-color: #6872CA; }
span { border-color: rgb(104,114,202); }
td.TdClassName
{
border-color: #6872CA;
}
.TagClassName
{
border-color: #6872CA;
}
</style>