Shades of Danube #678DBD
Tints of Danube #678DBD
RGB
CMYK
RGB Variations
Color information
#678DBD (or 0x678DBD) is known color: Danube. HEX triplet: 67, 8D and BD. RGB value is (103,141,189). Sum of RGB (Red+Green+Blue) = 103+141+189=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #678DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DBD is #987242. Grayscale: #868686. Windows color (decimal): -9990723 or 12422503. OLE color: 12422503.
HSL color Cylindrical-coordinate representation of color #678DBD: hue angle of 213.49º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678DBD is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 141 | 189 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.26 |
| HSL | 213.49º | 0.39% | 0.57% | - |
| HSV(B) | 213.49º | 0.46% | 0.74% | - |
| XYZ | 24.3 | 25.61 | 51.81 | - |
| YUV | 135.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 189 | 0.46 | 0.25 | 0 | 0.26 | 213.49 | 0.39 | 0.57 |
| Hex | 67 | 8D | BD | 2E | 19 | 0 | 1A | D5 | 27 | 39 |
| Octal | 147 | 215 | 275 | 56 | 31 | 0 | 32 | 325 | 47 | 71 |
| Binary | 1100111 | 10001101 | 10111101 | 101110 | 11001 | 0 | 11010 | 11010101 | 100111 | 111001 |
Color Harmonies of #678DBD
Complementary color
Monochromatic Colors of #678DBD
Black with #678DBD
Text Example
Text Example
White with #678DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DBD; }
p { color: rgb(103,141,189); }
H1.HeaderClassName
{
color: #678DBD;
}
.AnyTagClassName
{
color: #678DBD;
}
</style>
background-color css
<style>
a { background-color: #678DBD; }
a { background-color: rgb(103,141,189); }
div.DivClassName
{
background-color: #678DBD;
}
.BgClassName
{
background-color: #678DBD;
}
</style>
border-color css
<style>
span { border-color: #678DBD; }
span { border-color: rgb(103,141,189); }
td.TdClassName
{
border-color: #678DBD;
}
.TagClassName
{
border-color: #678DBD;
}
</style>