Shades of Danube #688CCE
Tints of Danube #688CCE
RGB
CMYK
RGB Variations
Color information
#688CCE (or 0x688CCE) is known color: Danube. HEX triplet: 68, 8C and CE. RGB value is (104,140,206). Sum of RGB (Red+Green+Blue) = 104+140+206=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #688CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CCE is #977331. Grayscale: #888888. Windows color (decimal): -9925426 or 13536360. OLE color: 13536360.
HSL color Cylindrical-coordinate representation of color #688CCE: hue angle of 218.82º degrees, saturation: 0.51, 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 #688CCE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 140 | 206 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.19 |
| HSL | 218.82º | 0.51% | 0.61% | - |
| HSV(B) | 218.82º | 0.5% | 0.81% | - |
| XYZ | 26.23 | 26.16 | 62.06 | - |
| YUV | 136.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 206 | 0.50 | 0.32 | 0 | 0.19 | 218.82 | 0.51 | 0.61 |
| Hex | 68 | 8C | CE | 32 | 20 | 0 | 13 | DB | 33 | 3D |
| Octal | 150 | 214 | 316 | 62 | 40 | 0 | 23 | 333 | 63 | 75 |
| Binary | 1101000 | 10001100 | 11001110 | 110010 | 100000 | 0 | 10011 | 11011011 | 110011 | 111101 |
Color Harmonies of #688CCE
Complementary color
Monochromatic Colors of #688CCE
Black with #688CCE
Text Example
Text Example
White with #688CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CCE; }
p { color: rgb(104,140,206); }
H1.HeaderClassName
{
color: #688CCE;
}
.AnyTagClassName
{
color: #688CCE;
}
</style>
background-color css
<style>
a { background-color: #688CCE; }
a { background-color: rgb(104,140,206); }
div.DivClassName
{
background-color: #688CCE;
}
.BgClassName
{
background-color: #688CCE;
}
</style>
border-color css
<style>
span { border-color: #688CCE; }
span { border-color: rgb(104,140,206); }
td.TdClassName
{
border-color: #688CCE;
}
.TagClassName
{
border-color: #688CCE;
}
</style>