Shades of Danube #6681B4
Tints of Danube #6681B4
RGB
CMYK
RGB Variations
Color information
#6681B4 (or 0x6681B4) is known color: Danube. HEX triplet: 66, 81 and B4. RGB value is (102,129,180). Sum of RGB (Red+Green+Blue) = 102+129+180=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #6681B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681B4 is #997E4B. Grayscale: #7E7E7E. Windows color (decimal): -10059340 or 11829606. OLE color: 11829606.
HSL color Cylindrical-coordinate representation of color #6681B4: hue angle of 219.23º 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 #6681B4 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 129 | 180 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.29 |
| HSL | 219.23º | 0.34% | 0.55% | - |
| HSV(B) | 219.23º | 0.43% | 0.71% | - |
| XYZ | 21.57 | 21.82 | 46.26 | - |
| YUV | 126.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 180 | 0.43 | 0.28 | 0 | 0.29 | 219.23 | 0.34 | 0.55 |
| Hex | 66 | 81 | B4 | 2B | 1C | 0 | 1D | DB | 22 | 37 |
| Octal | 146 | 201 | 264 | 53 | 34 | 0 | 35 | 333 | 42 | 67 |
| Binary | 1100110 | 10000001 | 10110100 | 101011 | 11100 | 0 | 11101 | 11011011 | 100010 | 110111 |
Color Harmonies of #6681B4
Complementary color
Monochromatic Colors of #6681B4
Black with #6681B4
Text Example
Text Example
White with #6681B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6681B4; }
p { color: rgb(102,129,180); }
H1.HeaderClassName
{
color: #6681B4;
}
.AnyTagClassName
{
color: #6681B4;
}
</style>
background-color css
<style>
a { background-color: #6681B4; }
a { background-color: rgb(102,129,180); }
div.DivClassName
{
background-color: #6681B4;
}
.BgClassName
{
background-color: #6681B4;
}
</style>
border-color css
<style>
span { border-color: #6681B4; }
span { border-color: rgb(102,129,180); }
td.TdClassName
{
border-color: #6681B4;
}
.TagClassName
{
border-color: #6681B4;
}
</style>