Shades of Danube #6884C7
Tints of Danube #6884C7
RGB
CMYK
RGB Variations
Color information
#6884C7 (or 0x6884C7) is known color: Danube. HEX triplet: 68, 84 and C7. RGB value is (104,132,199). Sum of RGB (Red+Green+Blue) = 104+132+199=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #6884C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884C7 is #977B38. Grayscale: #828282. Windows color (decimal): -9927481 or 13075560. OLE color: 13075560.
HSL color Cylindrical-coordinate representation of color #6884C7: hue angle of 222.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6884C7 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 132 | 199 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.22 |
| HSL | 222.32º | 0.46% | 0.59% | - |
| HSV(B) | 222.32º | 0.48% | 0.78% | - |
| XYZ | 24.27 | 23.57 | 57.3 | - |
| YUV | 131.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 199 | 0.48 | 0.34 | 0 | 0.22 | 222.32 | 0.46 | 0.59 |
| Hex | 68 | 84 | C7 | 30 | 22 | 0 | 16 | DE | 2E | 3B |
| Octal | 150 | 204 | 307 | 60 | 42 | 0 | 26 | 336 | 56 | 73 |
| Binary | 1101000 | 10000100 | 11000111 | 110000 | 100010 | 0 | 10110 | 11011110 | 101110 | 111011 |
Color Harmonies of #6884C7
Complementary color
Monochromatic Colors of #6884C7
Black with #6884C7
Text Example
Text Example
White with #6884C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884C7; }
p { color: rgb(104,132,199); }
H1.HeaderClassName
{
color: #6884C7;
}
.AnyTagClassName
{
color: #6884C7;
}
</style>
background-color css
<style>
a { background-color: #6884C7; }
a { background-color: rgb(104,132,199); }
div.DivClassName
{
background-color: #6884C7;
}
.BgClassName
{
background-color: #6884C7;
}
</style>
border-color css
<style>
span { border-color: #6884C7; }
span { border-color: rgb(104,132,199); }
td.TdClassName
{
border-color: #6884C7;
}
.TagClassName
{
border-color: #6884C7;
}
</style>