Shades of Danube #678BBF
Tints of Danube #678BBF
RGB
CMYK
RGB Variations
Color information
#678BBF (or 0x678BBF) is known color: Danube. HEX triplet: 67, 8B and BF. RGB value is (103,139,191). Sum of RGB (Red+Green+Blue) = 103+139+191=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #678BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BBF is #987440. Grayscale: #858585. Windows color (decimal): -9991233 or 12553063. OLE color: 12553063.
HSL color Cylindrical-coordinate representation of color #678BBF: hue angle of 215.45º 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 #678BBF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 139 | 191 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.25 |
| HSL | 215.45º | 0.41% | 0.58% | - |
| HSV(B) | 215.45º | 0.46% | 0.75% | - |
| XYZ | 24.23 | 25.11 | 52.86 | - |
| YUV | 134.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 191 | 0.46 | 0.27 | 0 | 0.25 | 215.45 | 0.41 | 0.58 |
| Hex | 67 | 8B | BF | 2E | 1B | 0 | 19 | D7 | 29 | 3A |
| Octal | 147 | 213 | 277 | 56 | 33 | 0 | 31 | 327 | 51 | 72 |
| Binary | 1100111 | 10001011 | 10111111 | 101110 | 11011 | 0 | 11001 | 11010111 | 101001 | 111010 |
Color Harmonies of #678BBF
Complementary color
Monochromatic Colors of #678BBF
Black with #678BBF
Text Example
Text Example
White with #678BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BBF; }
p { color: rgb(103,139,191); }
H1.HeaderClassName
{
color: #678BBF;
}
.AnyTagClassName
{
color: #678BBF;
}
</style>
background-color css
<style>
a { background-color: #678BBF; }
a { background-color: rgb(103,139,191); }
div.DivClassName
{
background-color: #678BBF;
}
.BgClassName
{
background-color: #678BBF;
}
</style>
border-color css
<style>
span { border-color: #678BBF; }
span { border-color: rgb(103,139,191); }
td.TdClassName
{
border-color: #678BBF;
}
.TagClassName
{
border-color: #678BBF;
}
</style>