Shades of Danube #678ED0
Tints of Danube #678ED0
RGB
CMYK
RGB Variations
Color information
#678ED0 (or 0x678ED0) is known color: Danube. HEX triplet: 67, 8E and D0. RGB value is (103,142,208). Sum of RGB (Red+Green+Blue) = 103+142+208=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #678ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ED0 is #98712F. Grayscale: #898989. Windows color (decimal): -9990448 or 13667943. OLE color: 13667943.
HSL color Cylindrical-coordinate representation of color #678ED0: hue angle of 217.71º 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 #678ED0 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 142 | 208 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.18 |
| HSL | 217.71º | 0.53% | 0.61% | - |
| HSV(B) | 217.71º | 0.5% | 0.82% | - |
| XYZ | 26.65 | 26.78 | 63.44 | - |
| YUV | 137.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 208 | 0.50 | 0.32 | 0 | 0.18 | 217.71 | 0.53 | 0.61 |
| Hex | 67 | 8E | D0 | 32 | 20 | 0 | 12 | DA | 35 | 3D |
| Octal | 147 | 216 | 320 | 62 | 40 | 0 | 22 | 332 | 65 | 75 |
| Binary | 1100111 | 10001110 | 11010000 | 110010 | 100000 | 0 | 10010 | 11011010 | 110101 | 111101 |
Color Harmonies of #678ED0
Complementary color
Monochromatic Colors of #678ED0
Black with #678ED0
Text Example
Text Example
White with #678ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678ED0; }
p { color: rgb(103,142,208); }
H1.HeaderClassName
{
color: #678ED0;
}
.AnyTagClassName
{
color: #678ED0;
}
</style>
background-color css
<style>
a { background-color: #678ED0; }
a { background-color: rgb(103,142,208); }
div.DivClassName
{
background-color: #678ED0;
}
.BgClassName
{
background-color: #678ED0;
}
</style>
border-color css
<style>
span { border-color: #678ED0; }
span { border-color: rgb(103,142,208); }
td.TdClassName
{
border-color: #678ED0;
}
.TagClassName
{
border-color: #678ED0;
}
</style>