Shades of Chetwode Blue #6872CC
Tints of Chetwode Blue #6872CC
RGB
CMYK
RGB Variations
Color information
#6872CC (or 0x6872CC) is known color: Chetwode Blue. HEX triplet: 68, 72 and CC. RGB value is (104,114,204). Sum of RGB (Red+Green+Blue) = 104+114+204=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6872CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6872CC is #978D33. Grayscale: #787878. Windows color (decimal): -9932084 or 13398632. OLE color: 13398632.
HSL color Cylindrical-coordinate representation of color #6872CC: hue angle of 234º degrees, saturation: 0.5, 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 #6872CC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 114 | 204 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.2 |
| HSL | 234º | 0.5% | 0.6% | - |
| HSV(B) | 234º | 0.49% | 0.8% | - |
| XYZ | 22.63 | 19.34 | 59.67 | - |
| YUV | 121.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 204 | 0.49 | 0.44 | 0 | 0.2 | 234 | 0.5 | 0.6 |
| Hex | 68 | 72 | CC | 31 | 2C | 0 | 14 | EA | 32 | 3C |
| Octal | 150 | 162 | 314 | 61 | 54 | 0 | 24 | 352 | 62 | 74 |
| Binary | 1101000 | 1110010 | 11001100 | 110001 | 101100 | 0 | 10100 | 11101010 | 110010 | 111100 |
Color Harmonies of #6872CC
Complementary color
Monochromatic Colors of #6872CC
Black with #6872CC
Text Example
Text Example
White with #6872CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6872CC; }
p { color: rgb(104,114,204); }
H1.HeaderClassName
{
color: #6872CC;
}
.AnyTagClassName
{
color: #6872CC;
}
</style>
background-color css
<style>
a { background-color: #6872CC; }
a { background-color: rgb(104,114,204); }
div.DivClassName
{
background-color: #6872CC;
}
.BgClassName
{
background-color: #6872CC;
}
</style>
border-color css
<style>
span { border-color: #6872CC; }
span { border-color: rgb(104,114,204); }
td.TdClassName
{
border-color: #6872CC;
}
.TagClassName
{
border-color: #6872CC;
}
</style>