Shades of Danube #678DD0
Tints of Danube #678DD0
RGB
CMYK
RGB Variations
Color information
#678DD0 (or 0x678DD0) is known color: Danube. HEX triplet: 67, 8D and D0. RGB value is (103,141,208). Sum of RGB (Red+Green+Blue) = 103+141+208=452 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.79% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #678DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DD0 is #98722F. Grayscale: #888888. Windows color (decimal): -9990704 or 13667687. OLE color: 13667687.
HSL color Cylindrical-coordinate representation of color #678DD0: hue angle of 218.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #678DD0 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 141 | 208 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.18 |
| HSL | 218.29º | 0.53% | 0.61% | - |
| HSV(B) | 218.29º | 0.5% | 0.82% | - |
| XYZ | 26.5 | 26.49 | 63.39 | - |
| YUV | 137.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 208 | 0.50 | 0.32 | 0 | 0.18 | 218.29 | 0.53 | 0.61 |
| Hex | 67 | 8D | D0 | 32 | 20 | 0 | 12 | DA | 35 | 3D |
| Octal | 147 | 215 | 320 | 62 | 40 | 0 | 22 | 332 | 65 | 75 |
| Binary | 1100111 | 10001101 | 11010000 | 110010 | 100000 | 0 | 10010 | 11011010 | 110101 | 111101 |
Color Harmonies of #678DD0
Complementary color
Monochromatic Colors of #678DD0
Black with #678DD0
Text Example
Text Example
White with #678DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DD0; }
p { color: rgb(103,141,208); }
H1.HeaderClassName
{
color: #678DD0;
}
.AnyTagClassName
{
color: #678DD0;
}
</style>
background-color css
<style>
a { background-color: #678DD0; }
a { background-color: rgb(103,141,208); }
div.DivClassName
{
background-color: #678DD0;
}
.BgClassName
{
background-color: #678DD0;
}
</style>
border-color css
<style>
span { border-color: #678DD0; }
span { border-color: rgb(103,141,208); }
td.TdClassName
{
border-color: #678DD0;
}
.TagClassName
{
border-color: #678DD0;
}
</style>