Shades of Danube #678BBC
Tints of Danube #678BBC
RGB
CMYK
RGB Variations
Color information
#678BBC (or 0x678BBC) is known color: Danube. HEX triplet: 67, 8B and BC. RGB value is (103,139,188). Sum of RGB (Red+Green+Blue) = 103+139+188=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #678BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678BBC is #987443. Grayscale: #858585. Windows color (decimal): -9991236 or 12356455. OLE color: 12356455.
HSL color Cylindrical-coordinate representation of color #678BBC: hue angle of 214.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #678BBC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 139 | 188 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.26 |
| HSL | 214.59º | 0.39% | 0.57% | - |
| HSV(B) | 214.59º | 0.45% | 0.74% | - |
| XYZ | 23.9 | 24.98 | 51.14 | - |
| YUV | 133.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 188 | 0.45 | 0.26 | 0 | 0.26 | 214.59 | 0.39 | 0.57 |
| Hex | 67 | 8B | BC | 2D | 1A | 0 | 1A | D7 | 27 | 39 |
| Octal | 147 | 213 | 274 | 55 | 32 | 0 | 32 | 327 | 47 | 71 |
| Binary | 1100111 | 10001011 | 10111100 | 101101 | 11010 | 0 | 11010 | 11010111 | 100111 | 111001 |
Color Harmonies of #678BBC
Complementary color
Monochromatic Colors of #678BBC
Black with #678BBC
Text Example
Text Example
White with #678BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678BBC; }
p { color: rgb(103,139,188); }
H1.HeaderClassName
{
color: #678BBC;
}
.AnyTagClassName
{
color: #678BBC;
}
</style>
background-color css
<style>
a { background-color: #678BBC; }
a { background-color: rgb(103,139,188); }
div.DivClassName
{
background-color: #678BBC;
}
.BgClassName
{
background-color: #678BBC;
}
</style>
border-color css
<style>
span { border-color: #678BBC; }
span { border-color: rgb(103,139,188); }
td.TdClassName
{
border-color: #678BBC;
}
.TagClassName
{
border-color: #678BBC;
}
</style>