Shades of Danube #678DBB
Tints of Danube #678DBB
RGB
CMYK
RGB Variations
Color information
#678DBB (or 0x678DBB) is known color: Danube. HEX triplet: 67, 8D and BB. RGB value is (103,141,187). Sum of RGB (Red+Green+Blue) = 103+141+187=431 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.90% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #678DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678DBB is #987244. Grayscale: #868686. Windows color (decimal): -9990725 or 12291431. OLE color: 12291431.
HSL color Cylindrical-coordinate representation of color #678DBB: hue angle of 212.86º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #678DBB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 141 | 187 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.27 |
| HSL | 212.86º | 0.38% | 0.57% | - |
| HSV(B) | 212.86º | 0.45% | 0.73% | - |
| XYZ | 24.09 | 25.52 | 50.67 | - |
| YUV | 134.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 187 | 0.45 | 0.25 | 0 | 0.27 | 212.86 | 0.38 | 0.57 |
| Hex | 67 | 8D | BB | 2D | 19 | 0 | 1B | D5 | 26 | 39 |
| Octal | 147 | 215 | 273 | 55 | 31 | 0 | 33 | 325 | 46 | 71 |
| Binary | 1100111 | 10001101 | 10111011 | 101101 | 11001 | 0 | 11011 | 11010101 | 100110 | 111001 |
Color Harmonies of #678DBB
Complementary color
Monochromatic Colors of #678DBB
Black with #678DBB
Text Example
Text Example
White with #678DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678DBB; }
p { color: rgb(103,141,187); }
H1.HeaderClassName
{
color: #678DBB;
}
.AnyTagClassName
{
color: #678DBB;
}
</style>
background-color css
<style>
a { background-color: #678DBB; }
a { background-color: rgb(103,141,187); }
div.DivClassName
{
background-color: #678DBB;
}
.BgClassName
{
background-color: #678DBB;
}
</style>
border-color css
<style>
span { border-color: #678DBB; }
span { border-color: rgb(103,141,187); }
td.TdClassName
{
border-color: #678DBB;
}
.TagClassName
{
border-color: #678DBB;
}
</style>