Shades of Danube #6992BF
Tints of Danube #6992BF
RGB
CMYK
RGB Variations
Color information
#6992BF (or 0x6992BF) is known color: Danube. HEX triplet: 69, 92 and BF. RGB value is (105,146,191). Sum of RGB (Red+Green+Blue) = 105+146+191=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #6992BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992BF is #966D40. Grayscale: #8A8A8A. Windows color (decimal): -9858369 or 12554857. OLE color: 12554857.
HSL color Cylindrical-coordinate representation of color #6992BF: hue angle of 211.4º 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 #6992BF is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 146 | 191 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.25 |
| HSL | 211.4º | 0.4% | 0.58% | - |
| HSV(B) | 211.4º | 0.45% | 0.75% | - |
| XYZ | 25.51 | 27.32 | 53.22 | - |
| YUV | 138.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 191 | 0.45 | 0.24 | 0 | 0.25 | 211.4 | 0.4 | 0.58 |
| Hex | 69 | 92 | BF | 2D | 18 | 0 | 19 | D3 | 28 | 3A |
| Octal | 151 | 222 | 277 | 55 | 30 | 0 | 31 | 323 | 50 | 72 |
| Binary | 1101001 | 10010010 | 10111111 | 101101 | 11000 | 0 | 11001 | 11010011 | 101000 | 111010 |
Color Harmonies of #6992BF
Complementary color
Monochromatic Colors of #6992BF
Black with #6992BF
Text Example
Text Example
White with #6992BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6992BF; }
p { color: rgb(105,146,191); }
H1.HeaderClassName
{
color: #6992BF;
}
.AnyTagClassName
{
color: #6992BF;
}
</style>
background-color css
<style>
a { background-color: #6992BF; }
a { background-color: rgb(105,146,191); }
div.DivClassName
{
background-color: #6992BF;
}
.BgClassName
{
background-color: #6992BF;
}
</style>
border-color css
<style>
span { border-color: #6992BF; }
span { border-color: rgb(105,146,191); }
td.TdClassName
{
border-color: #6992BF;
}
.TagClassName
{
border-color: #6992BF;
}
</style>