Shades of Danube #678BC0
Tints of Danube #678BC0
RGB
CMYK
RGB Variations
Color information
#678BC0 (or 0x678BC0) is known color: Danube. HEX triplet: 67, 8B and C0. RGB value is (103,139,192). Sum of RGB (Red+Green+Blue) = 103+139+192=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #678BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BC0 is #98743F. Grayscale: #868686. Windows color (decimal): -9991232 or 12618599. OLE color: 12618599.
HSL color Cylindrical-coordinate representation of color #678BC0: hue angle of 215.73º 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 #678BC0 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 139 | 192 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.25 |
| HSL | 215.73º | 0.41% | 0.58% | - |
| HSV(B) | 215.73º | 0.46% | 0.75% | - |
| XYZ | 24.34 | 25.15 | 53.44 | - |
| YUV | 134.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 192 | 0.46 | 0.28 | 0 | 0.25 | 215.73 | 0.41 | 0.58 |
| Hex | 67 | 8B | C0 | 2E | 1C | 0 | 19 | D8 | 29 | 3A |
| Octal | 147 | 213 | 300 | 56 | 34 | 0 | 31 | 330 | 51 | 72 |
| Binary | 1100111 | 10001011 | 11000000 | 101110 | 11100 | 0 | 11001 | 11011000 | 101001 | 111010 |
Color Harmonies of #678BC0
Complementary color
Monochromatic Colors of #678BC0
Black with #678BC0
Text Example
Text Example
White with #678BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BC0; }
p { color: rgb(103,139,192); }
H1.HeaderClassName
{
color: #678BC0;
}
.AnyTagClassName
{
color: #678BC0;
}
</style>
background-color css
<style>
a { background-color: #678BC0; }
a { background-color: rgb(103,139,192); }
div.DivClassName
{
background-color: #678BC0;
}
.BgClassName
{
background-color: #678BC0;
}
</style>
border-color css
<style>
span { border-color: #678BC0; }
span { border-color: rgb(103,139,192); }
td.TdClassName
{
border-color: #678BC0;
}
.TagClassName
{
border-color: #678BC0;
}
</style>