Shades of Danube #6682BA
Tints of Danube #6682BA
RGB
CMYK
RGB Variations
Color information
#6682BA (or 0x6682BA) is known color: Danube. HEX triplet: 66, 82 and BA. RGB value is (102,130,186). Sum of RGB (Red+Green+Blue) = 102+130+186=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6682BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682BA is #997D45. Grayscale: #7F7F7F. Windows color (decimal): -10059078 or 12223078. OLE color: 12223078.
HSL color Cylindrical-coordinate representation of color #6682BA: hue angle of 220º 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 #6682BA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 130 | 186 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.27 |
| HSL | 220º | 0.38% | 0.56% | - |
| HSV(B) | 220º | 0.45% | 0.73% | - |
| XYZ | 22.33 | 22.34 | 49.59 | - |
| YUV | 128.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 186 | 0.45 | 0.30 | 0 | 0.27 | 220 | 0.38 | 0.56 |
| Hex | 66 | 82 | BA | 2D | 1E | 0 | 1B | DC | 26 | 38 |
| Octal | 146 | 202 | 272 | 55 | 36 | 0 | 33 | 334 | 46 | 70 |
| Binary | 1100110 | 10000010 | 10111010 | 101101 | 11110 | 0 | 11011 | 11011100 | 100110 | 111000 |
Color Harmonies of #6682BA
Complementary color
Monochromatic Colors of #6682BA
Black with #6682BA
Text Example
Text Example
White with #6682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6682BA; }
p { color: rgb(102,130,186); }
H1.HeaderClassName
{
color: #6682BA;
}
.AnyTagClassName
{
color: #6682BA;
}
</style>
background-color css
<style>
a { background-color: #6682BA; }
a { background-color: rgb(102,130,186); }
div.DivClassName
{
background-color: #6682BA;
}
.BgClassName
{
background-color: #6682BA;
}
</style>
border-color css
<style>
span { border-color: #6682BA; }
span { border-color: rgb(102,130,186); }
td.TdClassName
{
border-color: #6682BA;
}
.TagClassName
{
border-color: #6682BA;
}
</style>