Shades of Chetwode Blue #6878BC
Tints of Chetwode Blue #6878BC
RGB
CMYK
RGB Variations
Color information
#6878BC (or 0x6878BC) is known color: Chetwode Blue. HEX triplet: 68, 78 and BC. RGB value is (104,120,188). Sum of RGB (Red+Green+Blue) = 104+120+188=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #6878BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878BC is #978743. Grayscale: #7A7A7A. Windows color (decimal): -9930564 or 12351592. OLE color: 12351592.
HSL color Cylindrical-coordinate representation of color #6878BC: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6878BC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 120 | 188 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.26 |
| HSL | 228.57º | 0.39% | 0.57% | - |
| HSV(B) | 228.57º | 0.45% | 0.74% | - |
| XYZ | 21.5 | 20.01 | 50.31 | - |
| YUV | 122.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 188 | 0.45 | 0.36 | 0 | 0.26 | 228.57 | 0.39 | 0.57 |
| Hex | 68 | 78 | BC | 2D | 24 | 0 | 1A | E5 | 27 | 39 |
| Octal | 150 | 170 | 274 | 55 | 44 | 0 | 32 | 345 | 47 | 71 |
| Binary | 1101000 | 1111000 | 10111100 | 101101 | 100100 | 0 | 11010 | 11100101 | 100111 | 111001 |
Color Harmonies of #6878BC
Complementary color
Monochromatic Colors of #6878BC
Black with #6878BC
Text Example
Text Example
White with #6878BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878BC; }
p { color: rgb(104,120,188); }
H1.HeaderClassName
{
color: #6878BC;
}
.AnyTagClassName
{
color: #6878BC;
}
</style>
background-color css
<style>
a { background-color: #6878BC; }
a { background-color: rgb(104,120,188); }
div.DivClassName
{
background-color: #6878BC;
}
.BgClassName
{
background-color: #6878BC;
}
</style>
border-color css
<style>
span { border-color: #6878BC; }
span { border-color: rgb(104,120,188); }
td.TdClassName
{
border-color: #6878BC;
}
.TagClassName
{
border-color: #6878BC;
}
</style>