Shades of Danube #668DB8
Tints of Danube #668DB8
RGB
CMYK
RGB Variations
Color information
#668DB8 (or 0x668DB8) is known color: Danube. HEX triplet: 66, 8D and B8. RGB value is (102,141,184). Sum of RGB (Red+Green+Blue) = 102+141+184=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #668DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DB8 is #997247. Grayscale: #868686. Windows color (decimal): -10056264 or 12094822. OLE color: 12094822.
HSL color Cylindrical-coordinate representation of color #668DB8: hue angle of 211.46º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668DB8 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 141 | 184 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.28 |
| HSL | 211.46º | 0.37% | 0.56% | - |
| HSV(B) | 211.46º | 0.45% | 0.72% | - |
| XYZ | 23.66 | 25.34 | 48.99 | - |
| YUV | 134.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 184 | 0.45 | 0.23 | 0 | 0.28 | 211.46 | 0.37 | 0.56 |
| Hex | 66 | 8D | B8 | 2D | 17 | 0 | 1C | D3 | 25 | 38 |
| Octal | 146 | 215 | 270 | 55 | 27 | 0 | 34 | 323 | 45 | 70 |
| Binary | 1100110 | 10001101 | 10111000 | 101101 | 10111 | 0 | 11100 | 11010011 | 100101 | 111000 |
Color Harmonies of #668DB8
Complementary color
Monochromatic Colors of #668DB8
Black with #668DB8
Text Example
Text Example
White with #668DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DB8; }
p { color: rgb(102,141,184); }
H1.HeaderClassName
{
color: #668DB8;
}
.AnyTagClassName
{
color: #668DB8;
}
</style>
background-color css
<style>
a { background-color: #668DB8; }
a { background-color: rgb(102,141,184); }
div.DivClassName
{
background-color: #668DB8;
}
.BgClassName
{
background-color: #668DB8;
}
</style>
border-color css
<style>
span { border-color: #668DB8; }
span { border-color: rgb(102,141,184); }
td.TdClassName
{
border-color: #668DB8;
}
.TagClassName
{
border-color: #668DB8;
}
</style>