Shades of Danube #688BCF
Tints of Danube #688BCF
RGB
CMYK
RGB Variations
Color information
#688BCF (or 0x688BCF) is known color: Danube. HEX triplet: 68, 8B and CF. RGB value is (104,139,207). Sum of RGB (Red+Green+Blue) = 104+139+207=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #688BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BCF is #977430. Grayscale: #878787. Windows color (decimal): -9925681 or 13601640. OLE color: 13601640.
HSL color Cylindrical-coordinate representation of color #688BCF: hue angle of 219.61º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688BCF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 139 | 207 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.19 |
| HSL | 219.61º | 0.52% | 0.61% | - |
| HSV(B) | 219.61º | 0.5% | 0.81% | - |
| XYZ | 26.2 | 25.91 | 62.65 | - |
| YUV | 136.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 207 | 0.50 | 0.33 | 0 | 0.19 | 219.61 | 0.52 | 0.61 |
| Hex | 68 | 8B | CF | 32 | 21 | 0 | 13 | DC | 34 | 3D |
| Octal | 150 | 213 | 317 | 62 | 41 | 0 | 23 | 334 | 64 | 75 |
| Binary | 1101000 | 10001011 | 11001111 | 110010 | 100001 | 0 | 10011 | 11011100 | 110100 | 111101 |
Color Harmonies of #688BCF
Complementary color
Monochromatic Colors of #688BCF
Black with #688BCF
Text Example
Text Example
White with #688BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688BCF; }
p { color: rgb(104,139,207); }
H1.HeaderClassName
{
color: #688BCF;
}
.AnyTagClassName
{
color: #688BCF;
}
</style>
background-color css
<style>
a { background-color: #688BCF; }
a { background-color: rgb(104,139,207); }
div.DivClassName
{
background-color: #688BCF;
}
.BgClassName
{
background-color: #688BCF;
}
</style>
border-color css
<style>
span { border-color: #688BCF; }
span { border-color: rgb(104,139,207); }
td.TdClassName
{
border-color: #688BCF;
}
.TagClassName
{
border-color: #688BCF;
}
</style>