Shades of Danube #6881BF
Tints of Danube #6881BF
RGB
CMYK
RGB Variations
Color information
#6881BF (or 0x6881BF) is known color: Danube. HEX triplet: 68, 81 and BF. RGB value is (104,129,191). Sum of RGB (Red+Green+Blue) = 104+129+191=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #6881BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881BF is #977E40. Grayscale: #808080. Windows color (decimal): -9928257 or 12550504. OLE color: 12550504.
HSL color Cylindrical-coordinate representation of color #6881BF: hue angle of 222.76º 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 #6881BF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 129 | 191 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.25 |
| HSL | 222.76º | 0.4% | 0.58% | - |
| HSV(B) | 222.76º | 0.46% | 0.75% | - |
| XYZ | 22.96 | 22.41 | 52.4 | - |
| YUV | 128.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 191 | 0.46 | 0.32 | 0 | 0.25 | 222.76 | 0.4 | 0.58 |
| Hex | 68 | 81 | BF | 2E | 20 | 0 | 19 | DF | 28 | 3A |
| Octal | 150 | 201 | 277 | 56 | 40 | 0 | 31 | 337 | 50 | 72 |
| Binary | 1101000 | 10000001 | 10111111 | 101110 | 100000 | 0 | 11001 | 11011111 | 101000 | 111010 |
Color Harmonies of #6881BF
Complementary color
Monochromatic Colors of #6881BF
Black with #6881BF
Text Example
Text Example
White with #6881BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6881BF; }
p { color: rgb(104,129,191); }
H1.HeaderClassName
{
color: #6881BF;
}
.AnyTagClassName
{
color: #6881BF;
}
</style>
background-color css
<style>
a { background-color: #6881BF; }
a { background-color: rgb(104,129,191); }
div.DivClassName
{
background-color: #6881BF;
}
.BgClassName
{
background-color: #6881BF;
}
</style>
border-color css
<style>
span { border-color: #6881BF; }
span { border-color: rgb(104,129,191); }
td.TdClassName
{
border-color: #6881BF;
}
.TagClassName
{
border-color: #6881BF;
}
</style>