Shades of Danube #678FBC
Tints of Danube #678FBC
RGB
CMYK
RGB Variations
Color information
#678FBC (or 0x678FBC) is known color: Danube. HEX triplet: 67, 8F and BC. RGB value is (103,143,188). Sum of RGB (Red+Green+Blue) = 103+143+188=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #678FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FBC is #987043. Grayscale: #878787. Windows color (decimal): -9990212 or 12357479. OLE color: 12357479.
HSL color Cylindrical-coordinate representation of color #678FBC: hue angle of 211.76º 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 #678FBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 143 | 188 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.26 |
| HSL | 211.76º | 0.39% | 0.57% | - |
| HSV(B) | 211.76º | 0.45% | 0.74% | - |
| XYZ | 24.49 | 26.16 | 51.34 | - |
| YUV | 136.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 188 | 0.45 | 0.24 | 0 | 0.26 | 211.76 | 0.39 | 0.57 |
| Hex | 67 | 8F | BC | 2D | 18 | 0 | 1A | D4 | 27 | 39 |
| Octal | 147 | 217 | 274 | 55 | 30 | 0 | 32 | 324 | 47 | 71 |
| Binary | 1100111 | 10001111 | 10111100 | 101101 | 11000 | 0 | 11010 | 11010100 | 100111 | 111001 |
Color Harmonies of #678FBC
Complementary color
Monochromatic Colors of #678FBC
Black with #678FBC
Text Example
Text Example
White with #678FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FBC; }
p { color: rgb(103,143,188); }
H1.HeaderClassName
{
color: #678FBC;
}
.AnyTagClassName
{
color: #678FBC;
}
</style>
background-color css
<style>
a { background-color: #678FBC; }
a { background-color: rgb(103,143,188); }
div.DivClassName
{
background-color: #678FBC;
}
.BgClassName
{
background-color: #678FBC;
}
</style>
border-color css
<style>
span { border-color: #678FBC; }
span { border-color: rgb(103,143,188); }
td.TdClassName
{
border-color: #678FBC;
}
.TagClassName
{
border-color: #678FBC;
}
</style>