Shades of Danube #6887BD
Tints of Danube #6887BD
RGB
CMYK
RGB Variations
Color information
#6887BD (or 0x6887BD) is known color: Danube. HEX triplet: 68, 87 and BD. RGB value is (104,135,189). Sum of RGB (Red+Green+Blue) = 104+135+189=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #6887BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887BD is #977842. Grayscale: #838383. Windows color (decimal): -9926723 or 12420968. OLE color: 12420968.
HSL color Cylindrical-coordinate representation of color #6887BD: hue angle of 218.12º 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 #6887BD is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 135 | 189 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.26 |
| HSL | 218.12º | 0.39% | 0.57% | - |
| HSV(B) | 218.12º | 0.45% | 0.74% | - |
| XYZ | 23.56 | 23.95 | 51.52 | - |
| YUV | 131.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 189 | 0.45 | 0.29 | 0 | 0.26 | 218.12 | 0.39 | 0.57 |
| Hex | 68 | 87 | BD | 2D | 1D | 0 | 1A | DA | 27 | 39 |
| Octal | 150 | 207 | 275 | 55 | 35 | 0 | 32 | 332 | 47 | 71 |
| Binary | 1101000 | 10000111 | 10111101 | 101101 | 11101 | 0 | 11010 | 11011010 | 100111 | 111001 |
Color Harmonies of #6887BD
Complementary color
Monochromatic Colors of #6887BD
Black with #6887BD
Text Example
Text Example
White with #6887BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887BD; }
p { color: rgb(104,135,189); }
H1.HeaderClassName
{
color: #6887BD;
}
.AnyTagClassName
{
color: #6887BD;
}
</style>
background-color css
<style>
a { background-color: #6887BD; }
a { background-color: rgb(104,135,189); }
div.DivClassName
{
background-color: #6887BD;
}
.BgClassName
{
background-color: #6887BD;
}
</style>
border-color css
<style>
span { border-color: #6887BD; }
span { border-color: rgb(104,135,189); }
td.TdClassName
{
border-color: #6887BD;
}
.TagClassName
{
border-color: #6887BD;
}
</style>