Shades of Danube #668DBE
Tints of Danube #668DBE
RGB
CMYK
RGB Variations
Color information
#668DBE (or 0x668DBE) is known color: Danube. HEX triplet: 66, 8D and BE. RGB value is (102,141,190). Sum of RGB (Red+Green+Blue) = 102+141+190=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #668DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DBE is #997241. Grayscale: #868686. Windows color (decimal): -10056258 or 12488038. OLE color: 12488038.
HSL color Cylindrical-coordinate representation of color #668DBE: hue angle of 213.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668DBE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 141 | 190 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.25 |
| HSL | 213.41º | 0.4% | 0.57% | - |
| HSV(B) | 213.41º | 0.46% | 0.75% | - |
| XYZ | 24.3 | 25.59 | 52.37 | - |
| YUV | 134.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 190 | 0.46 | 0.26 | 0 | 0.25 | 213.41 | 0.4 | 0.57 |
| Hex | 66 | 8D | BE | 2E | 1A | 0 | 19 | D5 | 28 | 39 |
| Octal | 146 | 215 | 276 | 56 | 32 | 0 | 31 | 325 | 50 | 71 |
| Binary | 1100110 | 10001101 | 10111110 | 101110 | 11010 | 0 | 11001 | 11010101 | 101000 | 111001 |
Color Harmonies of #668DBE
Complementary color
Monochromatic Colors of #668DBE
Black with #668DBE
Text Example
Text Example
White with #668DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DBE; }
p { color: rgb(102,141,190); }
H1.HeaderClassName
{
color: #668DBE;
}
.AnyTagClassName
{
color: #668DBE;
}
</style>
background-color css
<style>
a { background-color: #668DBE; }
a { background-color: rgb(102,141,190); }
div.DivClassName
{
background-color: #668DBE;
}
.BgClassName
{
background-color: #668DBE;
}
</style>
border-color css
<style>
span { border-color: #668DBE; }
span { border-color: rgb(102,141,190); }
td.TdClassName
{
border-color: #668DBE;
}
.TagClassName
{
border-color: #668DBE;
}
</style>