Shades of Danube #6884B4
Tints of Danube #6884B4
RGB
CMYK
RGB Variations
Color information
#6884B4 (or 0x6884B4) is known color: Danube. HEX triplet: 68, 84 and B4. RGB value is (104,132,180). Sum of RGB (Red+Green+Blue) = 104+132+180=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #6884B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884B4 is #977B4B. Grayscale: #808080. Windows color (decimal): -9927500 or 11830376. OLE color: 11830376.
HSL color Cylindrical-coordinate representation of color #6884B4: hue angle of 217.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6884B4 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 132 | 180 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.29 |
| HSL | 217.89º | 0.34% | 0.56% | - |
| HSV(B) | 217.89º | 0.42% | 0.71% | - |
| XYZ | 22.2 | 22.74 | 46.4 | - |
| YUV | 129.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 180 | 0.42 | 0.27 | 0 | 0.29 | 217.89 | 0.34 | 0.56 |
| Hex | 68 | 84 | B4 | 2A | 1B | 0 | 1D | DA | 22 | 38 |
| Octal | 150 | 204 | 264 | 52 | 33 | 0 | 35 | 332 | 42 | 70 |
| Binary | 1101000 | 10000100 | 10110100 | 101010 | 11011 | 0 | 11101 | 11011010 | 100010 | 111000 |
Color Harmonies of #6884B4
Complementary color
Monochromatic Colors of #6884B4
Black with #6884B4
Text Example
Text Example
White with #6884B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6884B4; }
p { color: rgb(104,132,180); }
H1.HeaderClassName
{
color: #6884B4;
}
.AnyTagClassName
{
color: #6884B4;
}
</style>
background-color css
<style>
a { background-color: #6884B4; }
a { background-color: rgb(104,132,180); }
div.DivClassName
{
background-color: #6884B4;
}
.BgClassName
{
background-color: #6884B4;
}
</style>
border-color css
<style>
span { border-color: #6884B4; }
span { border-color: rgb(104,132,180); }
td.TdClassName
{
border-color: #6884B4;
}
.TagClassName
{
border-color: #6884B4;
}
</style>