Shades of Danube #678FBA
Tints of Danube #678FBA
RGB
CMYK
RGB Variations
Color information
#678FBA (or 0x678FBA) is known color: Danube. HEX triplet: 67, 8F and BA. RGB value is (103,143,186). Sum of RGB (Red+Green+Blue) = 103+143+186=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #678FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678FBA is #987045. Grayscale: #878787. Windows color (decimal): -9990214 or 12226407. OLE color: 12226407.
HSL color Cylindrical-coordinate representation of color #678FBA: hue angle of 211.08º 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 #678FBA is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 143 | 186 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.27 |
| HSL | 211.08º | 0.38% | 0.57% | - |
| HSV(B) | 211.08º | 0.45% | 0.73% | - |
| XYZ | 24.28 | 26.07 | 50.21 | - |
| YUV | 135.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 186 | 0.45 | 0.23 | 0 | 0.27 | 211.08 | 0.38 | 0.57 |
| Hex | 67 | 8F | BA | 2D | 17 | 0 | 1B | D3 | 26 | 39 |
| Octal | 147 | 217 | 272 | 55 | 27 | 0 | 33 | 323 | 46 | 71 |
| Binary | 1100111 | 10001111 | 10111010 | 101101 | 10111 | 0 | 11011 | 11010011 | 100110 | 111001 |
Color Harmonies of #678FBA
Complementary color
Monochromatic Colors of #678FBA
Black with #678FBA
Text Example
Text Example
White with #678FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678FBA; }
p { color: rgb(103,143,186); }
H1.HeaderClassName
{
color: #678FBA;
}
.AnyTagClassName
{
color: #678FBA;
}
</style>
background-color css
<style>
a { background-color: #678FBA; }
a { background-color: rgb(103,143,186); }
div.DivClassName
{
background-color: #678FBA;
}
.BgClassName
{
background-color: #678FBA;
}
</style>
border-color css
<style>
span { border-color: #678FBA; }
span { border-color: rgb(103,143,186); }
td.TdClassName
{
border-color: #678FBA;
}
.TagClassName
{
border-color: #678FBA;
}
</style>