Shades of Danube #6680B4
Tints of Danube #6680B4
RGB
CMYK
RGB Variations
Color information
#6680B4 (or 0x6680B4) is known color: Danube. HEX triplet: 66, 80 and B4. RGB value is (102,128,180). Sum of RGB (Red+Green+Blue) = 102+128+180=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #6680B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680B4 is #997F4B. Grayscale: #7D7D7D. Windows color (decimal): -10059596 or 11829350. OLE color: 11829350.
HSL color Cylindrical-coordinate representation of color #6680B4: hue angle of 220º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6680B4 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 128 | 180 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.29 |
| HSL | 220º | 0.34% | 0.55% | - |
| HSV(B) | 220º | 0.43% | 0.71% | - |
| XYZ | 21.44 | 21.56 | 46.21 | - |
| YUV | 126.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 180 | 0.43 | 0.29 | 0 | 0.29 | 220 | 0.34 | 0.55 |
| Hex | 66 | 80 | B4 | 2B | 1D | 0 | 1D | DC | 22 | 37 |
| Octal | 146 | 200 | 264 | 53 | 35 | 0 | 35 | 334 | 42 | 67 |
| Binary | 1100110 | 10000000 | 10110100 | 101011 | 11101 | 0 | 11101 | 11011100 | 100010 | 110111 |
Color Harmonies of #6680B4
Complementary color
Monochromatic Colors of #6680B4
Black with #6680B4
Text Example
Text Example
White with #6680B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6680B4; }
p { color: rgb(102,128,180); }
H1.HeaderClassName
{
color: #6680B4;
}
.AnyTagClassName
{
color: #6680B4;
}
</style>
background-color css
<style>
a { background-color: #6680B4; }
a { background-color: rgb(102,128,180); }
div.DivClassName
{
background-color: #6680B4;
}
.BgClassName
{
background-color: #6680B4;
}
</style>
border-color css
<style>
span { border-color: #6680B4; }
span { border-color: rgb(102,128,180); }
td.TdClassName
{
border-color: #6680B4;
}
.TagClassName
{
border-color: #6680B4;
}
</style>