Shades of Danube #6887BF
Tints of Danube #6887BF
RGB
CMYK
RGB Variations
Color information
#6887BF (or 0x6887BF) is known color: Danube. HEX triplet: 68, 87 and BF. RGB value is (104,135,191). Sum of RGB (Red+Green+Blue) = 104+135+191=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #6887BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887BF is #977840. Grayscale: #838383. Windows color (decimal): -9926721 or 12552040. OLE color: 12552040.
HSL color Cylindrical-coordinate representation of color #6887BF: hue angle of 218.62º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6887BF is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 135 | 191 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.25 |
| HSL | 218.62º | 0.4% | 0.58% | - |
| HSV(B) | 218.62º | 0.46% | 0.75% | - |
| XYZ | 23.78 | 24.03 | 52.68 | - |
| YUV | 132.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 191 | 0.46 | 0.29 | 0 | 0.25 | 218.62 | 0.4 | 0.58 |
| Hex | 68 | 87 | BF | 2E | 1D | 0 | 19 | DB | 28 | 3A |
| Octal | 150 | 207 | 277 | 56 | 35 | 0 | 31 | 333 | 50 | 72 |
| Binary | 1101000 | 10000111 | 10111111 | 101110 | 11101 | 0 | 11001 | 11011011 | 101000 | 111010 |
Color Harmonies of #6887BF
Complementary color
Monochromatic Colors of #6887BF
Black with #6887BF
Text Example
Text Example
White with #6887BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887BF; }
p { color: rgb(104,135,191); }
H1.HeaderClassName
{
color: #6887BF;
}
.AnyTagClassName
{
color: #6887BF;
}
</style>
background-color css
<style>
a { background-color: #6887BF; }
a { background-color: rgb(104,135,191); }
div.DivClassName
{
background-color: #6887BF;
}
.BgClassName
{
background-color: #6887BF;
}
</style>
border-color css
<style>
span { border-color: #6887BF; }
span { border-color: rgb(104,135,191); }
td.TdClassName
{
border-color: #6887BF;
}
.TagClassName
{
border-color: #6887BF;
}
</style>