Shades of Danube #678EBC
Tints of Danube #678EBC
RGB
CMYK
RGB Variations
Color information
#678EBC (or 0x678EBC) is known color: Danube. HEX triplet: 67, 8E and BC. RGB value is (103,142,188). Sum of RGB (Red+Green+Blue) = 103+142+188=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #678EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678EBC is #987143. Grayscale: #878787. Windows color (decimal): -9990468 or 12357223. OLE color: 12357223.
HSL color Cylindrical-coordinate representation of color #678EBC: hue angle of 212.47º 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 #678EBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 142 | 188 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.26 |
| HSL | 212.47º | 0.39% | 0.57% | - |
| HSV(B) | 212.47º | 0.45% | 0.74% | - |
| XYZ | 24.34 | 25.86 | 51.29 | - |
| YUV | 135.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 188 | 0.45 | 0.24 | 0 | 0.26 | 212.47 | 0.39 | 0.57 |
| Hex | 67 | 8E | BC | 2D | 18 | 0 | 1A | D4 | 27 | 39 |
| Octal | 147 | 216 | 274 | 55 | 30 | 0 | 32 | 324 | 47 | 71 |
| Binary | 1100111 | 10001110 | 10111100 | 101101 | 11000 | 0 | 11010 | 11010100 | 100111 | 111001 |
Color Harmonies of #678EBC
Complementary color
Monochromatic Colors of #678EBC
Black with #678EBC
Text Example
Text Example
White with #678EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678EBC; }
p { color: rgb(103,142,188); }
H1.HeaderClassName
{
color: #678EBC;
}
.AnyTagClassName
{
color: #678EBC;
}
</style>
background-color css
<style>
a { background-color: #678EBC; }
a { background-color: rgb(103,142,188); }
div.DivClassName
{
background-color: #678EBC;
}
.BgClassName
{
background-color: #678EBC;
}
</style>
border-color css
<style>
span { border-color: #678EBC; }
span { border-color: rgb(103,142,188); }
td.TdClassName
{
border-color: #678EBC;
}
.TagClassName
{
border-color: #678EBC;
}
</style>