Shades of Chetwode Blue #6873CC
Tints of Chetwode Blue #6873CC
RGB
CMYK
RGB Variations
Color information
#6873CC (or 0x6873CC) is known color: Chetwode Blue. HEX triplet: 68, 73 and CC. RGB value is (104,115,204). Sum of RGB (Red+Green+Blue) = 104+115+204=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6873CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873CC is #978C33. Grayscale: #797979. Windows color (decimal): -9931828 or 13398888. OLE color: 13398888.
HSL color Cylindrical-coordinate representation of color #6873CC: hue angle of 233.4º 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 #6873CC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 115 | 204 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.2 |
| HSL | 233.4º | 0.5% | 0.6% | - |
| HSV(B) | 233.4º | 0.49% | 0.8% | - |
| XYZ | 22.74 | 19.56 | 59.7 | - |
| YUV | 121.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 204 | 0.49 | 0.44 | 0 | 0.2 | 233.4 | 0.5 | 0.6 |
| Hex | 68 | 73 | CC | 31 | 2C | 0 | 14 | E9 | 32 | 3C |
| Octal | 150 | 163 | 314 | 61 | 54 | 0 | 24 | 351 | 62 | 74 |
| Binary | 1101000 | 1110011 | 11001100 | 110001 | 101100 | 0 | 10100 | 11101001 | 110010 | 111100 |
Color Harmonies of #6873CC
Complementary color
Monochromatic Colors of #6873CC
Black with #6873CC
Text Example
Text Example
White with #6873CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6873CC; }
p { color: rgb(104,115,204); }
H1.HeaderClassName
{
color: #6873CC;
}
.AnyTagClassName
{
color: #6873CC;
}
</style>
background-color css
<style>
a { background-color: #6873CC; }
a { background-color: rgb(104,115,204); }
div.DivClassName
{
background-color: #6873CC;
}
.BgClassName
{
background-color: #6873CC;
}
</style>
border-color css
<style>
span { border-color: #6873CC; }
span { border-color: rgb(104,115,204); }
td.TdClassName
{
border-color: #6873CC;
}
.TagClassName
{
border-color: #6873CC;
}
</style>