Shades of Danube #688BC5
Tints of Danube #688BC5
RGB
CMYK
RGB Variations
Color information
#688BC5 (or 0x688BC5) is known color: Danube. HEX triplet: 68, 8B and C5. RGB value is (104,139,197). Sum of RGB (Red+Green+Blue) = 104+139+197=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #688BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BC5 is #97743A. Grayscale: #868686. Windows color (decimal): -9925691 or 12946280. OLE color: 12946280.
HSL color Cylindrical-coordinate representation of color #688BC5: hue angle of 217.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688BC5 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 139 | 197 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.23 |
| HSL | 217.42º | 0.44% | 0.59% | - |
| HSV(B) | 217.42º | 0.47% | 0.77% | - |
| XYZ | 25.02 | 25.44 | 56.41 | - |
| YUV | 135.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 197 | 0.47 | 0.29 | 0 | 0.23 | 217.42 | 0.44 | 0.59 |
| Hex | 68 | 8B | C5 | 2F | 1D | 0 | 17 | D9 | 2C | 3B |
| Octal | 150 | 213 | 305 | 57 | 35 | 0 | 27 | 331 | 54 | 73 |
| Binary | 1101000 | 10001011 | 11000101 | 101111 | 11101 | 0 | 10111 | 11011001 | 101100 | 111011 |
Color Harmonies of #688BC5
Complementary color
Monochromatic Colors of #688BC5
Black with #688BC5
Text Example
Text Example
White with #688BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BC5; }
p { color: rgb(104,139,197); }
H1.HeaderClassName
{
color: #688BC5;
}
.AnyTagClassName
{
color: #688BC5;
}
</style>
background-color css
<style>
a { background-color: #688BC5; }
a { background-color: rgb(104,139,197); }
div.DivClassName
{
background-color: #688BC5;
}
.BgClassName
{
background-color: #688BC5;
}
</style>
border-color css
<style>
span { border-color: #688BC5; }
span { border-color: rgb(104,139,197); }
td.TdClassName
{
border-color: #688BC5;
}
.TagClassName
{
border-color: #688BC5;
}
</style>