Shades of Danube #668EB9
Tints of Danube #668EB9
RGB
CMYK
RGB Variations
Color information
#668EB9 (or 0x668EB9) is known color: Danube. HEX triplet: 66, 8E and B9. RGB value is (102,142,185). Sum of RGB (Red+Green+Blue) = 102+142+185=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #668EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EB9 is #997146. Grayscale: #868686. Windows color (decimal): -10056007 or 12160614. OLE color: 12160614.
HSL color Cylindrical-coordinate representation of color #668EB9: hue angle of 211.08º degrees, saturation: 0.37, 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 #668EB9 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 142 | 185 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.27 |
| HSL | 211.08º | 0.37% | 0.56% | - |
| HSV(B) | 211.08º | 0.45% | 0.73% | - |
| XYZ | 23.91 | 25.67 | 49.59 | - |
| YUV | 134.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 185 | 0.45 | 0.23 | 0 | 0.27 | 211.08 | 0.37 | 0.56 |
| Hex | 66 | 8E | B9 | 2D | 17 | 0 | 1B | D3 | 25 | 38 |
| Octal | 146 | 216 | 271 | 55 | 27 | 0 | 33 | 323 | 45 | 70 |
| Binary | 1100110 | 10001110 | 10111001 | 101101 | 10111 | 0 | 11011 | 11010011 | 100101 | 111000 |
Color Harmonies of #668EB9
Complementary color
Monochromatic Colors of #668EB9
Black with #668EB9
Text Example
Text Example
White with #668EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EB9; }
p { color: rgb(102,142,185); }
H1.HeaderClassName
{
color: #668EB9;
}
.AnyTagClassName
{
color: #668EB9;
}
</style>
background-color css
<style>
a { background-color: #668EB9; }
a { background-color: rgb(102,142,185); }
div.DivClassName
{
background-color: #668EB9;
}
.BgClassName
{
background-color: #668EB9;
}
</style>
border-color css
<style>
span { border-color: #668EB9; }
span { border-color: rgb(102,142,185); }
td.TdClassName
{
border-color: #668EB9;
}
.TagClassName
{
border-color: #668EB9;
}
</style>