Shades of Chetwode Blue #6878B4
Tints of Chetwode Blue #6878B4
RGB
CMYK
RGB Variations
Color information
#6878B4 (or 0x6878B4) is known color: Chetwode Blue. HEX triplet: 68, 78 and B4. RGB value is (104,120,180). Sum of RGB (Red+Green+Blue) = 104+120+180=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #6878B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878B4 is #97874B. Grayscale: #797979. Windows color (decimal): -9930572 or 11827304. OLE color: 11827304.
HSL color Cylindrical-coordinate representation of color #6878B4: hue angle of 227.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6878B4 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 120 | 180 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.29 |
| HSL | 227.37º | 0.34% | 0.56% | - |
| HSV(B) | 227.37º | 0.42% | 0.71% | - |
| XYZ | 20.66 | 19.67 | 45.89 | - |
| YUV | 122.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 180 | 0.42 | 0.33 | 0 | 0.29 | 227.37 | 0.34 | 0.56 |
| Hex | 68 | 78 | B4 | 2A | 21 | 0 | 1D | E3 | 22 | 38 |
| Octal | 150 | 170 | 264 | 52 | 41 | 0 | 35 | 343 | 42 | 70 |
| Binary | 1101000 | 1111000 | 10110100 | 101010 | 100001 | 0 | 11101 | 11100011 | 100010 | 111000 |
Color Harmonies of #6878B4
Complementary color
Monochromatic Colors of #6878B4
Black with #6878B4
Text Example
Text Example
White with #6878B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878B4; }
p { color: rgb(104,120,180); }
H1.HeaderClassName
{
color: #6878B4;
}
.AnyTagClassName
{
color: #6878B4;
}
</style>
background-color css
<style>
a { background-color: #6878B4; }
a { background-color: rgb(104,120,180); }
div.DivClassName
{
background-color: #6878B4;
}
.BgClassName
{
background-color: #6878B4;
}
</style>
border-color css
<style>
span { border-color: #6878B4; }
span { border-color: rgb(104,120,180); }
td.TdClassName
{
border-color: #6878B4;
}
.TagClassName
{
border-color: #6878B4;
}
</style>