Shades of Danube #678AC0
Tints of Danube #678AC0
RGB
CMYK
RGB Variations
Color information
#678AC0 (or 0x678AC0) is known color: Danube. HEX triplet: 67, 8A and C0. RGB value is (103,138,192). Sum of RGB (Red+Green+Blue) = 103+138+192=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #678AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678AC0 is #98753F. Grayscale: #858585. Windows color (decimal): -9991488 or 12618343. OLE color: 12618343.
HSL color Cylindrical-coordinate representation of color #678AC0: hue angle of 216.4º 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 #678AC0 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 138 | 192 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.25 |
| HSL | 216.4º | 0.41% | 0.58% | - |
| HSV(B) | 216.4º | 0.46% | 0.75% | - |
| XYZ | 24.2 | 24.87 | 53.39 | - |
| YUV | 133.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 192 | 0.46 | 0.28 | 0 | 0.25 | 216.4 | 0.41 | 0.58 |
| Hex | 67 | 8A | C0 | 2E | 1C | 0 | 19 | D8 | 29 | 3A |
| Octal | 147 | 212 | 300 | 56 | 34 | 0 | 31 | 330 | 51 | 72 |
| Binary | 1100111 | 10001010 | 11000000 | 101110 | 11100 | 0 | 11001 | 11011000 | 101001 | 111010 |
Color Harmonies of #678AC0
Complementary color
Monochromatic Colors of #678AC0
Black with #678AC0
Text Example
Text Example
White with #678AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AC0; }
p { color: rgb(103,138,192); }
H1.HeaderClassName
{
color: #678AC0;
}
.AnyTagClassName
{
color: #678AC0;
}
</style>
background-color css
<style>
a { background-color: #678AC0; }
a { background-color: rgb(103,138,192); }
div.DivClassName
{
background-color: #678AC0;
}
.BgClassName
{
background-color: #678AC0;
}
</style>
border-color css
<style>
span { border-color: #678AC0; }
span { border-color: rgb(103,138,192); }
td.TdClassName
{
border-color: #678AC0;
}
.TagClassName
{
border-color: #678AC0;
}
</style>