Shades of Danube #688CCC
Tints of Danube #688CCC
RGB
CMYK
RGB Variations
Color information
#688CCC (or 0x688CCC) is known color: Danube. HEX triplet: 68, 8C and CC. RGB value is (104,140,204). Sum of RGB (Red+Green+Blue) = 104+140+204=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #688CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CCC is #977333. Grayscale: #888888. Windows color (decimal): -9925428 or 13405288. OLE color: 13405288.
HSL color Cylindrical-coordinate representation of color #688CCC: hue angle of 218.4º 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 #688CCC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 140 | 204 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.2 |
| HSL | 218.4º | 0.5% | 0.6% | - |
| HSV(B) | 218.4º | 0.49% | 0.8% | - |
| XYZ | 25.99 | 26.06 | 60.79 | - |
| YUV | 136.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 204 | 0.49 | 0.31 | 0 | 0.2 | 218.4 | 0.5 | 0.6 |
| Hex | 68 | 8C | CC | 31 | 1F | 0 | 14 | DA | 32 | 3C |
| Octal | 150 | 214 | 314 | 61 | 37 | 0 | 24 | 332 | 62 | 74 |
| Binary | 1101000 | 10001100 | 11001100 | 110001 | 11111 | 0 | 10100 | 11011010 | 110010 | 111100 |
Color Harmonies of #688CCC
Complementary color
Monochromatic Colors of #688CCC
Black with #688CCC
Text Example
Text Example
White with #688CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CCC; }
p { color: rgb(104,140,204); }
H1.HeaderClassName
{
color: #688CCC;
}
.AnyTagClassName
{
color: #688CCC;
}
</style>
background-color css
<style>
a { background-color: #688CCC; }
a { background-color: rgb(104,140,204); }
div.DivClassName
{
background-color: #688CCC;
}
.BgClassName
{
background-color: #688CCC;
}
</style>
border-color css
<style>
span { border-color: #688CCC; }
span { border-color: rgb(104,140,204); }
td.TdClassName
{
border-color: #688CCC;
}
.TagClassName
{
border-color: #688CCC;
}
</style>