Shades of Danube #668DBA
Tints of Danube #668DBA
RGB
CMYK
RGB Variations
Color information
#668DBA (or 0x668DBA) is known color: Danube. HEX triplet: 66, 8D and BA. RGB value is (102,141,186). Sum of RGB (Red+Green+Blue) = 102+141+186=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #668DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DBA is #997245. Grayscale: #868686. Windows color (decimal): -10056262 or 12225894. OLE color: 12225894.
HSL color Cylindrical-coordinate representation of color #668DBA: hue angle of 212.14º degrees, saturation: 0.38, 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 #668DBA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 141 | 186 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.27 |
| HSL | 212.14º | 0.38% | 0.56% | - |
| HSV(B) | 212.14º | 0.45% | 0.73% | - |
| XYZ | 23.87 | 25.42 | 50.1 | - |
| YUV | 134.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 186 | 0.45 | 0.24 | 0 | 0.27 | 212.14 | 0.38 | 0.56 |
| Hex | 66 | 8D | BA | 2D | 18 | 0 | 1B | D4 | 26 | 38 |
| Octal | 146 | 215 | 272 | 55 | 30 | 0 | 33 | 324 | 46 | 70 |
| Binary | 1100110 | 10001101 | 10111010 | 101101 | 11000 | 0 | 11011 | 11010100 | 100110 | 111000 |
Color Harmonies of #668DBA
Complementary color
Monochromatic Colors of #668DBA
Black with #668DBA
Text Example
Text Example
White with #668DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DBA; }
p { color: rgb(102,141,186); }
H1.HeaderClassName
{
color: #668DBA;
}
.AnyTagClassName
{
color: #668DBA;
}
</style>
background-color css
<style>
a { background-color: #668DBA; }
a { background-color: rgb(102,141,186); }
div.DivClassName
{
background-color: #668DBA;
}
.BgClassName
{
background-color: #668DBA;
}
</style>
border-color css
<style>
span { border-color: #668DBA; }
span { border-color: rgb(102,141,186); }
td.TdClassName
{
border-color: #668DBA;
}
.TagClassName
{
border-color: #668DBA;
}
</style>