Shades of Danube #678ABA
Tints of Danube #678ABA
RGB
CMYK
RGB Variations
Color information
#678ABA (or 0x678ABA) is known color: Danube. HEX triplet: 67, 8A and BA. RGB value is (103,138,186). Sum of RGB (Red+Green+Blue) = 103+138+186=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #678ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ABA is #987545. Grayscale: #848484. Windows color (decimal): -9991494 or 12225127. OLE color: 12225127.
HSL color Cylindrical-coordinate representation of color #678ABA: hue angle of 214.7º 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 #678ABA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 138 | 186 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.27 |
| HSL | 214.7º | 0.38% | 0.57% | - |
| HSV(B) | 214.7º | 0.45% | 0.73% | - |
| XYZ | 23.54 | 24.61 | 49.96 | - |
| YUV | 133.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 186 | 0.45 | 0.26 | 0 | 0.27 | 214.7 | 0.38 | 0.57 |
| Hex | 67 | 8A | BA | 2D | 1A | 0 | 1B | D7 | 26 | 39 |
| Octal | 147 | 212 | 272 | 55 | 32 | 0 | 33 | 327 | 46 | 71 |
| Binary | 1100111 | 10001010 | 10111010 | 101101 | 11010 | 0 | 11011 | 11010111 | 100110 | 111001 |
Color Harmonies of #678ABA
Complementary color
Monochromatic Colors of #678ABA
Black with #678ABA
Text Example
Text Example
White with #678ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678ABA; }
p { color: rgb(103,138,186); }
H1.HeaderClassName
{
color: #678ABA;
}
.AnyTagClassName
{
color: #678ABA;
}
</style>
background-color css
<style>
a { background-color: #678ABA; }
a { background-color: rgb(103,138,186); }
div.DivClassName
{
background-color: #678ABA;
}
.BgClassName
{
background-color: #678ABA;
}
</style>
border-color css
<style>
span { border-color: #678ABA; }
span { border-color: rgb(103,138,186); }
td.TdClassName
{
border-color: #678ABA;
}
.TagClassName
{
border-color: #678ABA;
}
</style>