Shades of Danube #668DCD
Tints of Danube #668DCD
RGB
CMYK
RGB Variations
Color information
#668DCD (or 0x668DCD) is known color: Danube. HEX triplet: 66, 8D and CD. RGB value is (102,141,205). Sum of RGB (Red+Green+Blue) = 102+141+205=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #668DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DCD is #997232. Grayscale: #888888. Windows color (decimal): -10056243 or 13471078. OLE color: 13471078.
HSL color Cylindrical-coordinate representation of color #668DCD: hue angle of 217.28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668DCD is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 141 | 205 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.20 |
| HSL | 217.28º | 0.51% | 0.6% | - |
| HSV(B) | 217.28º | 0.5% | 0.8% | - |
| XYZ | 26.02 | 26.28 | 61.46 | - |
| YUV | 136.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 205 | 0.50 | 0.31 | 0 | 0.20 | 217.28 | 0.51 | 0.6 |
| Hex | 66 | 8D | CD | 32 | 1F | 0 | 14 | D9 | 33 | 3C |
| Octal | 146 | 215 | 315 | 62 | 37 | 0 | 24 | 331 | 63 | 74 |
| Binary | 1100110 | 10001101 | 11001101 | 110010 | 11111 | 0 | 10100 | 11011001 | 110011 | 111100 |
Color Harmonies of #668DCD
Complementary color
Monochromatic Colors of #668DCD
Black with #668DCD
Text Example
Text Example
White with #668DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DCD; }
p { color: rgb(102,141,205); }
H1.HeaderClassName
{
color: #668DCD;
}
.AnyTagClassName
{
color: #668DCD;
}
</style>
background-color css
<style>
a { background-color: #668DCD; }
a { background-color: rgb(102,141,205); }
div.DivClassName
{
background-color: #668DCD;
}
.BgClassName
{
background-color: #668DCD;
}
</style>
border-color css
<style>
span { border-color: #668DCD; }
span { border-color: rgb(102,141,205); }
td.TdClassName
{
border-color: #668DCD;
}
.TagClassName
{
border-color: #668DCD;
}
</style>