Shades of Danube #688FCC
Tints of Danube #688FCC
RGB
CMYK
RGB Variations
Color information
#688FCC (or 0x688FCC) is known color: Danube. HEX triplet: 68, 8F and CC. RGB value is (104,143,204). Sum of RGB (Red+Green+Blue) = 104+143+204=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #688FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FCC is #977033. Grayscale: #8A8A8A. Windows color (decimal): -9924660 or 13406056. OLE color: 13406056.
HSL color Cylindrical-coordinate representation of color #688FCC: hue angle of 216.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688FCC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 143 | 204 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.2 |
| HSL | 216.6º | 0.5% | 0.6% | - |
| HSV(B) | 216.6º | 0.49% | 0.8% | - |
| XYZ | 26.43 | 26.95 | 60.94 | - |
| YUV | 138.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 204 | 0.49 | 0.30 | 0 | 0.2 | 216.6 | 0.5 | 0.6 |
| Hex | 68 | 8F | CC | 31 | 1E | 0 | 14 | D9 | 32 | 3C |
| Octal | 150 | 217 | 314 | 61 | 36 | 0 | 24 | 331 | 62 | 74 |
| Binary | 1101000 | 10001111 | 11001100 | 110001 | 11110 | 0 | 10100 | 11011001 | 110010 | 111100 |
Color Harmonies of #688FCC
Complementary color
Monochromatic Colors of #688FCC
Black with #688FCC
Text Example
Text Example
White with #688FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FCC; }
p { color: rgb(104,143,204); }
H1.HeaderClassName
{
color: #688FCC;
}
.AnyTagClassName
{
color: #688FCC;
}
</style>
background-color css
<style>
a { background-color: #688FCC; }
a { background-color: rgb(104,143,204); }
div.DivClassName
{
background-color: #688FCC;
}
.BgClassName
{
background-color: #688FCC;
}
</style>
border-color css
<style>
span { border-color: #688FCC; }
span { border-color: rgb(104,143,204); }
td.TdClassName
{
border-color: #688FCC;
}
.TagClassName
{
border-color: #688FCC;
}
</style>