Shades of Danube #6690BA
Tints of Danube #6690BA
RGB
CMYK
RGB Variations
Color information
#6690BA (or 0x6690BA) is known color: Danube. HEX triplet: 66, 90 and BA. RGB value is (102,144,186). Sum of RGB (Red+Green+Blue) = 102+144+186=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #6690BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690BA is #996F45. Grayscale: #888888. Windows color (decimal): -10055494 or 12226662. OLE color: 12226662.
HSL color Cylindrical-coordinate representation of color #6690BA: hue angle of 210º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6690BA is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 144 | 186 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.27 |
| HSL | 210º | 0.38% | 0.56% | - |
| HSV(B) | 210º | 0.45% | 0.73% | - |
| XYZ | 24.32 | 26.32 | 50.25 | - |
| YUV | 136.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 186 | 0.45 | 0.23 | 0 | 0.27 | 210 | 0.38 | 0.56 |
| Hex | 66 | 90 | BA | 2D | 17 | 0 | 1B | D2 | 26 | 38 |
| Octal | 146 | 220 | 272 | 55 | 27 | 0 | 33 | 322 | 46 | 70 |
| Binary | 1100110 | 10010000 | 10111010 | 101101 | 10111 | 0 | 11011 | 11010010 | 100110 | 111000 |
Color Harmonies of #6690BA
Complementary color
Monochromatic Colors of #6690BA
Black with #6690BA
Text Example
Text Example
White with #6690BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690BA; }
p { color: rgb(102,144,186); }
H1.HeaderClassName
{
color: #6690BA;
}
.AnyTagClassName
{
color: #6690BA;
}
</style>
background-color css
<style>
a { background-color: #6690BA; }
a { background-color: rgb(102,144,186); }
div.DivClassName
{
background-color: #6690BA;
}
.BgClassName
{
background-color: #6690BA;
}
</style>
border-color css
<style>
span { border-color: #6690BA; }
span { border-color: rgb(102,144,186); }
td.TdClassName
{
border-color: #6690BA;
}
.TagClassName
{
border-color: #6690BA;
}
</style>