Shades of Danube #688FC2
Tints of Danube #688FC2
RGB
CMYK
RGB Variations
Color information
#688FC2 (or 0x688FC2) is known color: Danube. HEX triplet: 68, 8F and C2. RGB value is (104,143,194). Sum of RGB (Red+Green+Blue) = 104+143+194=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #688FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FC2 is #97703D. Grayscale: #888888. Windows color (decimal): -9924670 or 12750696. OLE color: 12750696.
HSL color Cylindrical-coordinate representation of color #688FC2: hue angle of 214º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688FC2 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 143 | 194 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.24 |
| HSL | 214º | 0.42% | 0.58% | - |
| HSV(B) | 214º | 0.46% | 0.76% | - |
| XYZ | 25.27 | 26.48 | 54.82 | - |
| YUV | 137.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 194 | 0.46 | 0.26 | 0 | 0.24 | 214 | 0.42 | 0.58 |
| Hex | 68 | 8F | C2 | 2E | 1A | 0 | 18 | D6 | 2A | 3A |
| Octal | 150 | 217 | 302 | 56 | 32 | 0 | 30 | 326 | 52 | 72 |
| Binary | 1101000 | 10001111 | 11000010 | 101110 | 11010 | 0 | 11000 | 11010110 | 101010 | 111010 |
Color Harmonies of #688FC2
Complementary color
Monochromatic Colors of #688FC2
Black with #688FC2
Text Example
Text Example
White with #688FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688FC2; }
p { color: rgb(104,143,194); }
H1.HeaderClassName
{
color: #688FC2;
}
.AnyTagClassName
{
color: #688FC2;
}
</style>
background-color css
<style>
a { background-color: #688FC2; }
a { background-color: rgb(104,143,194); }
div.DivClassName
{
background-color: #688FC2;
}
.BgClassName
{
background-color: #688FC2;
}
</style>
border-color css
<style>
span { border-color: #688FC2; }
span { border-color: rgb(104,143,194); }
td.TdClassName
{
border-color: #688FC2;
}
.TagClassName
{
border-color: #688FC2;
}
</style>