Shades of Danube #678DBE
Tints of Danube #678DBE
RGB
CMYK
RGB Variations
Color information
#678DBE (or 0x678DBE) is known color: Danube. HEX triplet: 67, 8D and BE. RGB value is (103,141,190). Sum of RGB (Red+Green+Blue) = 103+141+190=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #678DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DBE is #987241. Grayscale: #868686. Windows color (decimal): -9990722 or 12488039. OLE color: 12488039.
HSL color Cylindrical-coordinate representation of color #678DBE: hue angle of 213.79º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678DBE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 141 | 190 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.25 |
| HSL | 213.79º | 0.4% | 0.57% | - |
| HSV(B) | 213.79º | 0.46% | 0.75% | - |
| XYZ | 24.41 | 25.65 | 52.38 | - |
| YUV | 135.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 190 | 0.46 | 0.26 | 0 | 0.25 | 213.79 | 0.4 | 0.57 |
| Hex | 67 | 8D | BE | 2E | 1A | 0 | 19 | D6 | 28 | 39 |
| Octal | 147 | 215 | 276 | 56 | 32 | 0 | 31 | 326 | 50 | 71 |
| Binary | 1100111 | 10001101 | 10111110 | 101110 | 11010 | 0 | 11001 | 11010110 | 101000 | 111001 |
Color Harmonies of #678DBE
Complementary color
Monochromatic Colors of #678DBE
Black with #678DBE
Text Example
Text Example
White with #678DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DBE; }
p { color: rgb(103,141,190); }
H1.HeaderClassName
{
color: #678DBE;
}
.AnyTagClassName
{
color: #678DBE;
}
</style>
background-color css
<style>
a { background-color: #678DBE; }
a { background-color: rgb(103,141,190); }
div.DivClassName
{
background-color: #678DBE;
}
.BgClassName
{
background-color: #678DBE;
}
</style>
border-color css
<style>
span { border-color: #678DBE; }
span { border-color: rgb(103,141,190); }
td.TdClassName
{
border-color: #678DBE;
}
.TagClassName
{
border-color: #678DBE;
}
</style>