Shades of Danube #678AD0
Tints of Danube #678AD0
RGB
CMYK
RGB Variations
Color information
#678AD0 (or 0x678AD0) is known color: Danube. HEX triplet: 67, 8A and D0. RGB value is (103,138,208). Sum of RGB (Red+Green+Blue) = 103+138+208=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #678AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678AD0 is #98752F. Grayscale: #878787. Windows color (decimal): -9991472 or 13666919. OLE color: 13666919.
HSL color Cylindrical-coordinate representation of color #678AD0: hue angle of 220º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #678AD0 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 138 | 208 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.18 |
| HSL | 220º | 0.53% | 0.61% | - |
| HSV(B) | 220º | 0.5% | 0.82% | - |
| XYZ | 26.07 | 25.61 | 63.24 | - |
| YUV | 135.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 208 | 0.50 | 0.34 | 0 | 0.18 | 220 | 0.53 | 0.61 |
| Hex | 67 | 8A | D0 | 32 | 22 | 0 | 12 | DC | 35 | 3D |
| Octal | 147 | 212 | 320 | 62 | 42 | 0 | 22 | 334 | 65 | 75 |
| Binary | 1100111 | 10001010 | 11010000 | 110010 | 100010 | 0 | 10010 | 11011100 | 110101 | 111101 |
Color Harmonies of #678AD0
Complementary color
Monochromatic Colors of #678AD0
Black with #678AD0
Text Example
Text Example
White with #678AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678AD0; }
p { color: rgb(103,138,208); }
H1.HeaderClassName
{
color: #678AD0;
}
.AnyTagClassName
{
color: #678AD0;
}
</style>
background-color css
<style>
a { background-color: #678AD0; }
a { background-color: rgb(103,138,208); }
div.DivClassName
{
background-color: #678AD0;
}
.BgClassName
{
background-color: #678AD0;
}
</style>
border-color css
<style>
span { border-color: #678AD0; }
span { border-color: rgb(103,138,208); }
td.TdClassName
{
border-color: #678AD0;
}
.TagClassName
{
border-color: #678AD0;
}
</style>