Shades of Danube #688CCD
Tints of Danube #688CCD
RGB
CMYK
RGB Variations
Color information
#688CCD (or 0x688CCD) is known color: Danube. HEX triplet: 68, 8C and CD. RGB value is (104,140,205). Sum of RGB (Red+Green+Blue) = 104+140+205=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #688CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CCD is #977332. Grayscale: #888888. Windows color (decimal): -9925427 or 13470824. OLE color: 13470824.
HSL color Cylindrical-coordinate representation of color #688CCD: hue angle of 218.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688CCD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 140 | 205 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.20 |
| HSL | 218.61º | 0.5% | 0.61% | - |
| HSV(B) | 218.61º | 0.49% | 0.8% | - |
| XYZ | 26.11 | 26.11 | 61.42 | - |
| YUV | 136.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 205 | 0.49 | 0.32 | 0 | 0.20 | 218.61 | 0.5 | 0.61 |
| Hex | 68 | 8C | CD | 31 | 20 | 0 | 14 | DB | 32 | 3D |
| Octal | 150 | 214 | 315 | 61 | 40 | 0 | 24 | 333 | 62 | 75 |
| Binary | 1101000 | 10001100 | 11001101 | 110001 | 100000 | 0 | 10100 | 11011011 | 110010 | 111101 |
Color Harmonies of #688CCD
Complementary color
Monochromatic Colors of #688CCD
Black with #688CCD
Text Example
Text Example
White with #688CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CCD; }
p { color: rgb(104,140,205); }
H1.HeaderClassName
{
color: #688CCD;
}
.AnyTagClassName
{
color: #688CCD;
}
</style>
background-color css
<style>
a { background-color: #688CCD; }
a { background-color: rgb(104,140,205); }
div.DivClassName
{
background-color: #688CCD;
}
.BgClassName
{
background-color: #688CCD;
}
</style>
border-color css
<style>
span { border-color: #688CCD; }
span { border-color: rgb(104,140,205); }
td.TdClassName
{
border-color: #688CCD;
}
.TagClassName
{
border-color: #688CCD;
}
</style>