Shades of Danube #668DBD
Tints of Danube #668DBD
RGB
CMYK
RGB Variations
Color information
#668DBD (or 0x668DBD) is known color: Danube. HEX triplet: 66, 8D and BD. RGB value is (102,141,189). Sum of RGB (Red+Green+Blue) = 102+141+189=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #668DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DBD is #997242. Grayscale: #868686. Windows color (decimal): -10056259 or 12422502. OLE color: 12422502.
HSL color Cylindrical-coordinate representation of color #668DBD: hue angle of 213.1º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668DBD is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 141 | 189 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.26 |
| HSL | 213.1º | 0.4% | 0.57% | - |
| HSV(B) | 213.1º | 0.46% | 0.74% | - |
| XYZ | 24.19 | 25.55 | 51.8 | - |
| YUV | 134.81 | 158.58 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 189 | 0.46 | 0.25 | 0 | 0.26 | 213.1 | 0.4 | 0.57 |
| Hex | 66 | 8D | BD | 2E | 19 | 0 | 1A | D5 | 28 | 39 |
| Octal | 146 | 215 | 275 | 56 | 31 | 0 | 32 | 325 | 50 | 71 |
| Binary | 1100110 | 10001101 | 10111101 | 101110 | 11001 | 0 | 11010 | 11010101 | 101000 | 111001 |
Color Harmonies of #668DBD
Complementary color
Monochromatic Colors of #668DBD
Black with #668DBD
Text Example
Text Example
White with #668DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DBD; }
p { color: rgb(102,141,189); }
H1.HeaderClassName
{
color: #668DBD;
}
.AnyTagClassName
{
color: #668DBD;
}
</style>
background-color css
<style>
a { background-color: #668DBD; }
a { background-color: rgb(102,141,189); }
div.DivClassName
{
background-color: #668DBD;
}
.BgClassName
{
background-color: #668DBD;
}
</style>
border-color css
<style>
span { border-color: #668DBD; }
span { border-color: rgb(102,141,189); }
td.TdClassName
{
border-color: #668DBD;
}
.TagClassName
{
border-color: #668DBD;
}
</style>