Shades of Danube #678CC0
Tints of Danube #678CC0
RGB
CMYK
RGB Variations
Color information
#678CC0 (or 0x678CC0) is known color: Danube. HEX triplet: 67, 8C and C0. RGB value is (103,140,192). Sum of RGB (Red+Green+Blue) = 103+140+192=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #678CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678CC0 is #98733F. Grayscale: #868686. Windows color (decimal): -9990976 or 12618855. OLE color: 12618855.
HSL color Cylindrical-coordinate representation of color #678CC0: hue angle of 215.06º 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 #678CC0 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 140 | 192 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.25 |
| HSL | 215.06º | 0.41% | 0.58% | - |
| HSV(B) | 215.06º | 0.46% | 0.75% | - |
| XYZ | 24.49 | 25.45 | 53.49 | - |
| YUV | 134.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 192 | 0.46 | 0.27 | 0 | 0.25 | 215.06 | 0.41 | 0.58 |
| Hex | 67 | 8C | C0 | 2E | 1B | 0 | 19 | D7 | 29 | 3A |
| Octal | 147 | 214 | 300 | 56 | 33 | 0 | 31 | 327 | 51 | 72 |
| Binary | 1100111 | 10001100 | 11000000 | 101110 | 11011 | 0 | 11001 | 11010111 | 101001 | 111010 |
Color Harmonies of #678CC0
Complementary color
Monochromatic Colors of #678CC0
Black with #678CC0
Text Example
Text Example
White with #678CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678CC0; }
p { color: rgb(103,140,192); }
H1.HeaderClassName
{
color: #678CC0;
}
.AnyTagClassName
{
color: #678CC0;
}
</style>
background-color css
<style>
a { background-color: #678CC0; }
a { background-color: rgb(103,140,192); }
div.DivClassName
{
background-color: #678CC0;
}
.BgClassName
{
background-color: #678CC0;
}
</style>
border-color css
<style>
span { border-color: #678CC0; }
span { border-color: rgb(103,140,192); }
td.TdClassName
{
border-color: #678CC0;
}
.TagClassName
{
border-color: #678CC0;
}
</style>