Shades of Danube #678DBF
Tints of Danube #678DBF
RGB
CMYK
RGB Variations
Color information
#678DBF (or 0x678DBF) is known color: Danube. HEX triplet: 67, 8D and BF. RGB value is (103,141,191). Sum of RGB (Red+Green+Blue) = 103+141+191=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #678DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DBF is #987240. Grayscale: #878787. Windows color (decimal): -9990721 or 12553575. OLE color: 12553575.
HSL color Cylindrical-coordinate representation of color #678DBF: hue angle of 214.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678DBF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 141 | 191 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.25 |
| HSL | 214.09º | 0.41% | 0.58% | - |
| HSV(B) | 214.09º | 0.46% | 0.75% | - |
| XYZ | 24.52 | 25.69 | 52.96 | - |
| YUV | 135.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 191 | 0.46 | 0.26 | 0 | 0.25 | 214.09 | 0.41 | 0.58 |
| Hex | 67 | 8D | BF | 2E | 1A | 0 | 19 | D6 | 29 | 3A |
| Octal | 147 | 215 | 277 | 56 | 32 | 0 | 31 | 326 | 51 | 72 |
| Binary | 1100111 | 10001101 | 10111111 | 101110 | 11010 | 0 | 11001 | 11010110 | 101001 | 111010 |
Color Harmonies of #678DBF
Complementary color
Monochromatic Colors of #678DBF
Black with #678DBF
Text Example
Text Example
White with #678DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DBF; }
p { color: rgb(103,141,191); }
H1.HeaderClassName
{
color: #678DBF;
}
.AnyTagClassName
{
color: #678DBF;
}
</style>
background-color css
<style>
a { background-color: #678DBF; }
a { background-color: rgb(103,141,191); }
div.DivClassName
{
background-color: #678DBF;
}
.BgClassName
{
background-color: #678DBF;
}
</style>
border-color css
<style>
span { border-color: #678DBF; }
span { border-color: rgb(103,141,191); }
td.TdClassName
{
border-color: #678DBF;
}
.TagClassName
{
border-color: #678DBF;
}
</style>