Shades of Danube #668DD0
Tints of Danube #668DD0
RGB
CMYK
RGB Variations
Color information
#668DD0 (or 0x668DD0) is known color: Danube. HEX triplet: 66, 8D and D0. RGB value is (102,141,208). Sum of RGB (Red+Green+Blue) = 102+141+208=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #668DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DD0 is #99722F. Grayscale: #888888. Windows color (decimal): -10056240 or 13667686. OLE color: 13667686.
HSL color Cylindrical-coordinate representation of color #668DD0: hue angle of 217.92º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668DD0 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 141 | 208 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.18 |
| HSL | 217.92º | 0.53% | 0.61% | - |
| HSV(B) | 217.92º | 0.51% | 0.82% | - |
| XYZ | 26.39 | 26.43 | 63.38 | - |
| YUV | 136.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 208 | 0.51 | 0.32 | 0 | 0.18 | 217.92 | 0.53 | 0.61 |
| Hex | 66 | 8D | D0 | 33 | 20 | 0 | 12 | DA | 35 | 3D |
| Octal | 146 | 215 | 320 | 63 | 40 | 0 | 22 | 332 | 65 | 75 |
| Binary | 1100110 | 10001101 | 11010000 | 110011 | 100000 | 0 | 10010 | 11011010 | 110101 | 111101 |
Color Harmonies of #668DD0
Complementary color
Monochromatic Colors of #668DD0
Black with #668DD0
Text Example
Text Example
White with #668DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DD0; }
p { color: rgb(102,141,208); }
H1.HeaderClassName
{
color: #668DD0;
}
.AnyTagClassName
{
color: #668DD0;
}
</style>
background-color css
<style>
a { background-color: #668DD0; }
a { background-color: rgb(102,141,208); }
div.DivClassName
{
background-color: #668DD0;
}
.BgClassName
{
background-color: #668DD0;
}
</style>
border-color css
<style>
span { border-color: #668DD0; }
span { border-color: rgb(102,141,208); }
td.TdClassName
{
border-color: #668DD0;
}
.TagClassName
{
border-color: #668DD0;
}
</style>