Shades of Danube #688FCF
Tints of Danube #688FCF
RGB
CMYK
RGB Variations
Color information
#688FCF (or 0x688FCF) is known color: Danube. HEX triplet: 68, 8F and CF. RGB value is (104,143,207). Sum of RGB (Red+Green+Blue) = 104+143+207=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #688FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FCF is #977030. Grayscale: #8A8A8A. Windows color (decimal): -9924657 or 13602664. OLE color: 13602664.
HSL color Cylindrical-coordinate representation of color #688FCF: hue angle of 217.28º 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 #688FCF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 143 | 207 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.19 |
| HSL | 217.28º | 0.52% | 0.61% | - |
| HSV(B) | 217.28º | 0.5% | 0.81% | - |
| XYZ | 26.79 | 27.09 | 62.85 | - |
| YUV | 138.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 207 | 0.50 | 0.31 | 0 | 0.19 | 217.28 | 0.52 | 0.61 |
| Hex | 68 | 8F | CF | 32 | 1F | 0 | 13 | D9 | 34 | 3D |
| Octal | 150 | 217 | 317 | 62 | 37 | 0 | 23 | 331 | 64 | 75 |
| Binary | 1101000 | 10001111 | 11001111 | 110010 | 11111 | 0 | 10011 | 11011001 | 110100 | 111101 |
Color Harmonies of #688FCF
Complementary color
Monochromatic Colors of #688FCF
Black with #688FCF
Text Example
Text Example
White with #688FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FCF; }
p { color: rgb(104,143,207); }
H1.HeaderClassName
{
color: #688FCF;
}
.AnyTagClassName
{
color: #688FCF;
}
</style>
background-color css
<style>
a { background-color: #688FCF; }
a { background-color: rgb(104,143,207); }
div.DivClassName
{
background-color: #688FCF;
}
.BgClassName
{
background-color: #688FCF;
}
</style>
border-color css
<style>
span { border-color: #688FCF; }
span { border-color: rgb(104,143,207); }
td.TdClassName
{
border-color: #688FCF;
}
.TagClassName
{
border-color: #688FCF;
}
</style>