Shades of Danube #6888C2
Tints of Danube #6888C2
RGB
CMYK
RGB Variations
Color information
#6888C2 (or 0x6888C2) is known color: Danube. HEX triplet: 68, 88 and C2. RGB value is (104,136,194). Sum of RGB (Red+Green+Blue) = 104+136+194=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #6888C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888C2 is #97773D. Grayscale: #848484. Windows color (decimal): -9926462 or 12748904. OLE color: 12748904.
HSL color Cylindrical-coordinate representation of color #6888C2: hue angle of 218.67º 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 #6888C2 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 136 | 194 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.24 |
| HSL | 218.67º | 0.42% | 0.58% | - |
| HSV(B) | 218.67º | 0.46% | 0.76% | - |
| XYZ | 24.25 | 24.45 | 54.48 | - |
| YUV | 133.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 194 | 0.46 | 0.30 | 0 | 0.24 | 218.67 | 0.42 | 0.58 |
| Hex | 68 | 88 | C2 | 2E | 1E | 0 | 18 | DB | 2A | 3A |
| Octal | 150 | 210 | 302 | 56 | 36 | 0 | 30 | 333 | 52 | 72 |
| Binary | 1101000 | 10001000 | 11000010 | 101110 | 11110 | 0 | 11000 | 11011011 | 101010 | 111010 |
Color Harmonies of #6888C2
Complementary color
Monochromatic Colors of #6888C2
Black with #6888C2
Text Example
Text Example
White with #6888C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888C2; }
p { color: rgb(104,136,194); }
H1.HeaderClassName
{
color: #6888C2;
}
.AnyTagClassName
{
color: #6888C2;
}
</style>
background-color css
<style>
a { background-color: #6888C2; }
a { background-color: rgb(104,136,194); }
div.DivClassName
{
background-color: #6888C2;
}
.BgClassName
{
background-color: #6888C2;
}
</style>
border-color css
<style>
span { border-color: #6888C2; }
span { border-color: rgb(104,136,194); }
td.TdClassName
{
border-color: #6888C2;
}
.TagClassName
{
border-color: #6888C2;
}
</style>