Shades of Danube #678DCF
Tints of Danube #678DCF
RGB
CMYK
RGB Variations
Color information
#678DCF (or 0x678DCF) is known color: Danube. HEX triplet: 67, 8D and CF. RGB value is (103,141,207). Sum of RGB (Red+Green+Blue) = 103+141+207=451 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.84% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #678DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DCF is #987230. Grayscale: #888888. Windows color (decimal): -9990705 or 13602151. OLE color: 13602151.
HSL color Cylindrical-coordinate representation of color #678DCF: hue angle of 218.08º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #678DCF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 141 | 207 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.19 |
| HSL | 218.08º | 0.52% | 0.61% | - |
| HSV(B) | 218.08º | 0.5% | 0.81% | - |
| XYZ | 26.38 | 26.44 | 62.74 | - |
| YUV | 137.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 207 | 0.50 | 0.32 | 0 | 0.19 | 218.08 | 0.52 | 0.61 |
| Hex | 67 | 8D | CF | 32 | 20 | 0 | 13 | DA | 34 | 3D |
| Octal | 147 | 215 | 317 | 62 | 40 | 0 | 23 | 332 | 64 | 75 |
| Binary | 1100111 | 10001101 | 11001111 | 110010 | 100000 | 0 | 10011 | 11011010 | 110100 | 111101 |
Color Harmonies of #678DCF
Complementary color
Monochromatic Colors of #678DCF
Black with #678DCF
Text Example
Text Example
White with #678DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DCF; }
p { color: rgb(103,141,207); }
H1.HeaderClassName
{
color: #678DCF;
}
.AnyTagClassName
{
color: #678DCF;
}
</style>
background-color css
<style>
a { background-color: #678DCF; }
a { background-color: rgb(103,141,207); }
div.DivClassName
{
background-color: #678DCF;
}
.BgClassName
{
background-color: #678DCF;
}
</style>
border-color css
<style>
span { border-color: #678DCF; }
span { border-color: rgb(103,141,207); }
td.TdClassName
{
border-color: #678DCF;
}
.TagClassName
{
border-color: #678DCF;
}
</style>