Shades of Danube #668DCE
Tints of Danube #668DCE
RGB
CMYK
RGB Variations
Color information
#668DCE (or 0x668DCE) is known color: Danube. HEX triplet: 66, 8D and CE. RGB value is (102,141,206). Sum of RGB (Red+Green+Blue) = 102+141+206=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #668DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DCE is #997231. Grayscale: #888888. Windows color (decimal): -10056242 or 13536614. OLE color: 13536614.
HSL color Cylindrical-coordinate representation of color #668DCE: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668DCE is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 141 | 206 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.19 |
| HSL | 217.5º | 0.51% | 0.6% | - |
| HSV(B) | 217.5º | 0.5% | 0.81% | - |
| XYZ | 26.14 | 26.33 | 62.1 | - |
| YUV | 136.75 | 167.08 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 206 | 0.50 | 0.32 | 0 | 0.19 | 217.5 | 0.51 | 0.6 |
| Hex | 66 | 8D | CE | 32 | 20 | 0 | 13 | DA | 33 | 3C |
| Octal | 146 | 215 | 316 | 62 | 40 | 0 | 23 | 332 | 63 | 74 |
| Binary | 1100110 | 10001101 | 11001110 | 110010 | 100000 | 0 | 10011 | 11011010 | 110011 | 111100 |
Color Harmonies of #668DCE
Complementary color
Monochromatic Colors of #668DCE
Black with #668DCE
Text Example
Text Example
White with #668DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DCE; }
p { color: rgb(102,141,206); }
H1.HeaderClassName
{
color: #668DCE;
}
.AnyTagClassName
{
color: #668DCE;
}
</style>
background-color css
<style>
a { background-color: #668DCE; }
a { background-color: rgb(102,141,206); }
div.DivClassName
{
background-color: #668DCE;
}
.BgClassName
{
background-color: #668DCE;
}
</style>
border-color css
<style>
span { border-color: #668DCE; }
span { border-color: rgb(102,141,206); }
td.TdClassName
{
border-color: #668DCE;
}
.TagClassName
{
border-color: #668DCE;
}
</style>