Shades of Danube #688FBA
Tints of Danube #688FBA
RGB
CMYK
RGB Variations
Color information
#688FBA (or 0x688FBA) is known color: Danube. HEX triplet: 68, 8F and BA. RGB value is (104,143,186). Sum of RGB (Red+Green+Blue) = 104+143+186=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #688FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FBA is #977045. Grayscale: #888888. Windows color (decimal): -9924678 or 12226408. OLE color: 12226408.
HSL color Cylindrical-coordinate representation of color #688FBA: hue angle of 211.46º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688FBA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 143 | 186 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.27 |
| HSL | 211.46º | 0.37% | 0.57% | - |
| HSV(B) | 211.46º | 0.44% | 0.73% | - |
| XYZ | 24.39 | 26.13 | 50.21 | - |
| YUV | 136.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 186 | 0.44 | 0.23 | 0 | 0.27 | 211.46 | 0.37 | 0.57 |
| Hex | 68 | 8F | BA | 2C | 17 | 0 | 1B | D3 | 25 | 39 |
| Octal | 150 | 217 | 272 | 54 | 27 | 0 | 33 | 323 | 45 | 71 |
| Binary | 1101000 | 10001111 | 10111010 | 101100 | 10111 | 0 | 11011 | 11010011 | 100101 | 111001 |
Color Harmonies of #688FBA
Complementary color
Monochromatic Colors of #688FBA
Black with #688FBA
Text Example
Text Example
White with #688FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FBA; }
p { color: rgb(104,143,186); }
H1.HeaderClassName
{
color: #688FBA;
}
.AnyTagClassName
{
color: #688FBA;
}
</style>
background-color css
<style>
a { background-color: #688FBA; }
a { background-color: rgb(104,143,186); }
div.DivClassName
{
background-color: #688FBA;
}
.BgClassName
{
background-color: #688FBA;
}
</style>
border-color css
<style>
span { border-color: #688FBA; }
span { border-color: rgb(104,143,186); }
td.TdClassName
{
border-color: #688FBA;
}
.TagClassName
{
border-color: #688FBA;
}
</style>