Shades of Danube #6887BA
Tints of Danube #6887BA
RGB
CMYK
RGB Variations
Color information
#6887BA (or 0x6887BA) is known color: Danube. HEX triplet: 68, 87 and BA. RGB value is (104,135,186). Sum of RGB (Red+Green+Blue) = 104+135+186=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #6887BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887BA is #977845. Grayscale: #838383. Windows color (decimal): -9926726 or 12224360. OLE color: 12224360.
HSL color Cylindrical-coordinate representation of color #6887BA: hue angle of 217.32º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6887BA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 135 | 186 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.27 |
| HSL | 217.32º | 0.37% | 0.57% | - |
| HSV(B) | 217.32º | 0.44% | 0.73% | - |
| XYZ | 23.24 | 23.82 | 49.83 | - |
| YUV | 131.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 186 | 0.44 | 0.27 | 0 | 0.27 | 217.32 | 0.37 | 0.57 |
| Hex | 68 | 87 | BA | 2C | 1B | 0 | 1B | D9 | 25 | 39 |
| Octal | 150 | 207 | 272 | 54 | 33 | 0 | 33 | 331 | 45 | 71 |
| Binary | 1101000 | 10000111 | 10111010 | 101100 | 11011 | 0 | 11011 | 11011001 | 100101 | 111001 |
Color Harmonies of #6887BA
Complementary color
Monochromatic Colors of #6887BA
Black with #6887BA
Text Example
Text Example
White with #6887BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887BA; }
p { color: rgb(104,135,186); }
H1.HeaderClassName
{
color: #6887BA;
}
.AnyTagClassName
{
color: #6887BA;
}
</style>
background-color css
<style>
a { background-color: #6887BA; }
a { background-color: rgb(104,135,186); }
div.DivClassName
{
background-color: #6887BA;
}
.BgClassName
{
background-color: #6887BA;
}
</style>
border-color css
<style>
span { border-color: #6887BA; }
span { border-color: rgb(104,135,186); }
td.TdClassName
{
border-color: #6887BA;
}
.TagClassName
{
border-color: #6887BA;
}
</style>