Shades of Danube #6887BC
Tints of Danube #6887BC
RGB
CMYK
RGB Variations
Color information
#6887BC (or 0x6887BC) is known color: Danube. HEX triplet: 68, 87 and BC. RGB value is (104,135,188). Sum of RGB (Red+Green+Blue) = 104+135+188=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #6887BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887BC is #977843. Grayscale: #838383. Windows color (decimal): -9926724 or 12355432. OLE color: 12355432.
HSL color Cylindrical-coordinate representation of color #6887BC: hue angle of 217.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6887BC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 135 | 188 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.26 |
| HSL | 217.86º | 0.39% | 0.57% | - |
| HSV(B) | 217.86º | 0.45% | 0.74% | - |
| XYZ | 23.45 | 23.9 | 50.95 | - |
| YUV | 131.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 188 | 0.45 | 0.28 | 0 | 0.26 | 217.86 | 0.39 | 0.57 |
| Hex | 68 | 87 | BC | 2D | 1C | 0 | 1A | DA | 27 | 39 |
| Octal | 150 | 207 | 274 | 55 | 34 | 0 | 32 | 332 | 47 | 71 |
| Binary | 1101000 | 10000111 | 10111100 | 101101 | 11100 | 0 | 11010 | 11011010 | 100111 | 111001 |
Color Harmonies of #6887BC
Complementary color
Monochromatic Colors of #6887BC
Black with #6887BC
Text Example
Text Example
White with #6887BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887BC; }
p { color: rgb(104,135,188); }
H1.HeaderClassName
{
color: #6887BC;
}
.AnyTagClassName
{
color: #6887BC;
}
</style>
background-color css
<style>
a { background-color: #6887BC; }
a { background-color: rgb(104,135,188); }
div.DivClassName
{
background-color: #6887BC;
}
.BgClassName
{
background-color: #6887BC;
}
</style>
border-color css
<style>
span { border-color: #6887BC; }
span { border-color: rgb(104,135,188); }
td.TdClassName
{
border-color: #6887BC;
}
.TagClassName
{
border-color: #6887BC;
}
</style>