Shades of Danube #678DB4
Tints of Danube #678DB4
RGB
CMYK
RGB Variations
Color information
#678DB4 (or 0x678DB4) is known color: Danube. HEX triplet: 67, 8D and B4. RGB value is (103,141,180). Sum of RGB (Red+Green+Blue) = 103+141+180=424 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.29% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #678DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DB4 is #98724B. Grayscale: #858585. Windows color (decimal): -9990732 or 11832679. OLE color: 11832679.
HSL color Cylindrical-coordinate representation of color #678DB4: hue angle of 210.39º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #678DB4 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 141 | 180 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.29 |
| HSL | 210.39º | 0.34% | 0.55% | - |
| HSV(B) | 210.39º | 0.43% | 0.71% | - |
| XYZ | 23.36 | 25.23 | 46.82 | - |
| YUV | 134.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 180 | 0.43 | 0.22 | 0 | 0.29 | 210.39 | 0.34 | 0.55 |
| Hex | 67 | 8D | B4 | 2B | 16 | 0 | 1D | D2 | 22 | 37 |
| Octal | 147 | 215 | 264 | 53 | 26 | 0 | 35 | 322 | 42 | 67 |
| Binary | 1100111 | 10001101 | 10110100 | 101011 | 10110 | 0 | 11101 | 11010010 | 100010 | 110111 |
Color Harmonies of #678DB4
Complementary color
Monochromatic Colors of #678DB4
Black with #678DB4
Text Example
Text Example
White with #678DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DB4; }
p { color: rgb(103,141,180); }
H1.HeaderClassName
{
color: #678DB4;
}
.AnyTagClassName
{
color: #678DB4;
}
</style>
background-color css
<style>
a { background-color: #678DB4; }
a { background-color: rgb(103,141,180); }
div.DivClassName
{
background-color: #678DB4;
}
.BgClassName
{
background-color: #678DB4;
}
</style>
border-color css
<style>
span { border-color: #678DB4; }
span { border-color: rgb(103,141,180); }
td.TdClassName
{
border-color: #678DB4;
}
.TagClassName
{
border-color: #678DB4;
}
</style>