Shades of Danube #688CC6
Tints of Danube #688CC6
RGB
CMYK
RGB Variations
Color information
#688CC6 (or 0x688CC6) is known color: Danube. HEX triplet: 68, 8C and C6. RGB value is (104,140,198). Sum of RGB (Red+Green+Blue) = 104+140+198=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #688CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CC6 is #977339. Grayscale: #878787. Windows color (decimal): -9925434 or 13012072. OLE color: 13012072.
HSL color Cylindrical-coordinate representation of color #688CC6: hue angle of 217.02º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688CC6 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 140 | 198 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.22 |
| HSL | 217.02º | 0.45% | 0.59% | - |
| HSV(B) | 217.02º | 0.47% | 0.78% | - |
| XYZ | 25.28 | 25.78 | 57.07 | - |
| YUV | 135.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 198 | 0.47 | 0.29 | 0 | 0.22 | 217.02 | 0.45 | 0.59 |
| Hex | 68 | 8C | C6 | 2F | 1D | 0 | 16 | D9 | 2D | 3B |
| Octal | 150 | 214 | 306 | 57 | 35 | 0 | 26 | 331 | 55 | 73 |
| Binary | 1101000 | 10001100 | 11000110 | 101111 | 11101 | 0 | 10110 | 11011001 | 101101 | 111011 |
Color Harmonies of #688CC6
Complementary color
Monochromatic Colors of #688CC6
Black with #688CC6
Text Example
Text Example
White with #688CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CC6; }
p { color: rgb(104,140,198); }
H1.HeaderClassName
{
color: #688CC6;
}
.AnyTagClassName
{
color: #688CC6;
}
</style>
background-color css
<style>
a { background-color: #688CC6; }
a { background-color: rgb(104,140,198); }
div.DivClassName
{
background-color: #688CC6;
}
.BgClassName
{
background-color: #688CC6;
}
</style>
border-color css
<style>
span { border-color: #688CC6; }
span { border-color: rgb(104,140,198); }
td.TdClassName
{
border-color: #688CC6;
}
.TagClassName
{
border-color: #688CC6;
}
</style>