Shades of Danube #6987BF
Tints of Danube #6987BF
RGB
CMYK
RGB Variations
Color information
#6987BF (or 0x6987BF) is known color: Danube. HEX triplet: 69, 87 and BF. RGB value is (105,135,191). Sum of RGB (Red+Green+Blue) = 105+135+191=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #6987BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6987BF is #967840. Grayscale: #848484. Windows color (decimal): -9861185 or 12552041. OLE color: 12552041.
HSL color Cylindrical-coordinate representation of color #6987BF: hue angle of 219.07º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6987BF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 135 | 191 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.25 |
| HSL | 219.07º | 0.4% | 0.58% | - |
| HSV(B) | 219.07º | 0.45% | 0.75% | - |
| XYZ | 23.89 | 24.09 | 52.68 | - |
| YUV | 132.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 191 | 0.45 | 0.29 | 0 | 0.25 | 219.07 | 0.4 | 0.58 |
| Hex | 69 | 87 | BF | 2D | 1D | 0 | 19 | DB | 28 | 3A |
| Octal | 151 | 207 | 277 | 55 | 35 | 0 | 31 | 333 | 50 | 72 |
| Binary | 1101001 | 10000111 | 10111111 | 101101 | 11101 | 0 | 11001 | 11011011 | 101000 | 111010 |
Color Harmonies of #6987BF
Complementary color
Monochromatic Colors of #6987BF
Black with #6987BF
Text Example
Text Example
White with #6987BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6987BF; }
p { color: rgb(105,135,191); }
H1.HeaderClassName
{
color: #6987BF;
}
.AnyTagClassName
{
color: #6987BF;
}
</style>
background-color css
<style>
a { background-color: #6987BF; }
a { background-color: rgb(105,135,191); }
div.DivClassName
{
background-color: #6987BF;
}
.BgClassName
{
background-color: #6987BF;
}
</style>
border-color css
<style>
span { border-color: #6987BF; }
span { border-color: rgb(105,135,191); }
td.TdClassName
{
border-color: #6987BF;
}
.TagClassName
{
border-color: #6987BF;
}
</style>