Shades of Danube #6990B7
Tints of Danube #6990B7
RGB
CMYK
RGB Variations
Color information
#6990B7 (or 0x6990B7) is known color: Danube. HEX triplet: 69, 90 and B7. RGB value is (105,144,183). Sum of RGB (Red+Green+Blue) = 105+144+183=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #6990B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990B7 is #966F48. Grayscale: #888888. Windows color (decimal): -9858889 or 12030057. OLE color: 12030057.
HSL color Cylindrical-coordinate representation of color #6990B7: hue angle of 210º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6990B7 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 144 | 183 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.28 |
| HSL | 210º | 0.35% | 0.56% | - |
| HSV(B) | 210º | 0.43% | 0.72% | - |
| XYZ | 24.35 | 26.37 | 48.61 | - |
| YUV | 136.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 183 | 0.43 | 0.21 | 0 | 0.28 | 210 | 0.35 | 0.56 |
| Hex | 69 | 90 | B7 | 2B | 15 | 0 | 1C | D2 | 23 | 38 |
| Octal | 151 | 220 | 267 | 53 | 25 | 0 | 34 | 322 | 43 | 70 |
| Binary | 1101001 | 10010000 | 10110111 | 101011 | 10101 | 0 | 11100 | 11010010 | 100011 | 111000 |
Color Harmonies of #6990B7
Complementary color
Monochromatic Colors of #6990B7
Black with #6990B7
Text Example
Text Example
White with #6990B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6990B7; }
p { color: rgb(105,144,183); }
H1.HeaderClassName
{
color: #6990B7;
}
.AnyTagClassName
{
color: #6990B7;
}
</style>
background-color css
<style>
a { background-color: #6990B7; }
a { background-color: rgb(105,144,183); }
div.DivClassName
{
background-color: #6990B7;
}
.BgClassName
{
background-color: #6990B7;
}
</style>
border-color css
<style>
span { border-color: #6990B7; }
span { border-color: rgb(105,144,183); }
td.TdClassName
{
border-color: #6990B7;
}
.TagClassName
{
border-color: #6990B7;
}
</style>