Shades of Chetwode Blue #6878CC
Tints of Chetwode Blue #6878CC
RGB
CMYK
RGB Variations
Color information
#6878CC (or 0x6878CC) is known color: Chetwode Blue. HEX triplet: 68, 78 and CC. RGB value is (104,120,204). Sum of RGB (Red+Green+Blue) = 104+120+204=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #6878CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878CC is #978733. Grayscale: #7C7C7C. Windows color (decimal): -9930548 or 13400168. OLE color: 13400168.
HSL color Cylindrical-coordinate representation of color #6878CC: hue angle of 230.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 #6878CC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 120 | 204 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.2 |
| HSL | 230.4º | 0.5% | 0.6% | - |
| HSV(B) | 230.4º | 0.49% | 0.8% | - |
| XYZ | 23.32 | 20.74 | 59.9 | - |
| YUV | 124.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 204 | 0.49 | 0.41 | 0 | 0.2 | 230.4 | 0.5 | 0.6 |
| Hex | 68 | 78 | CC | 31 | 29 | 0 | 14 | E6 | 32 | 3C |
| Octal | 150 | 170 | 314 | 61 | 51 | 0 | 24 | 346 | 62 | 74 |
| Binary | 1101000 | 1111000 | 11001100 | 110001 | 101001 | 0 | 10100 | 11100110 | 110010 | 111100 |
Color Harmonies of #6878CC
Complementary color
Monochromatic Colors of #6878CC
Black with #6878CC
Text Example
Text Example
White with #6878CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878CC; }
p { color: rgb(104,120,204); }
H1.HeaderClassName
{
color: #6878CC;
}
.AnyTagClassName
{
color: #6878CC;
}
</style>
background-color css
<style>
a { background-color: #6878CC; }
a { background-color: rgb(104,120,204); }
div.DivClassName
{
background-color: #6878CC;
}
.BgClassName
{
background-color: #6878CC;
}
</style>
border-color css
<style>
span { border-color: #6878CC; }
span { border-color: rgb(104,120,204); }
td.TdClassName
{
border-color: #6878CC;
}
.TagClassName
{
border-color: #6878CC;
}
</style>