Shades of Danube #668DCA
Tints of Danube #668DCA
RGB
CMYK
RGB Variations
Color information
#668DCA (or 0x668DCA) is known color: Danube. HEX triplet: 66, 8D and CA. RGB value is (102,141,202). Sum of RGB (Red+Green+Blue) = 102+141+202=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #668DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DCA is #997235. Grayscale: #888888. Windows color (decimal): -10056246 or 13274470. OLE color: 13274470.
HSL color Cylindrical-coordinate representation of color #668DCA: hue angle of 216.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668DCA is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 141 | 202 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.21 |
| HSL | 216.6º | 0.49% | 0.6% | - |
| HSV(B) | 216.6º | 0.5% | 0.79% | - |
| XYZ | 25.67 | 26.14 | 59.57 | - |
| YUV | 136.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 202 | 0.50 | 0.30 | 0 | 0.21 | 216.6 | 0.49 | 0.6 |
| Hex | 66 | 8D | CA | 32 | 1E | 0 | 15 | D9 | 31 | 3C |
| Octal | 146 | 215 | 312 | 62 | 36 | 0 | 25 | 331 | 61 | 74 |
| Binary | 1100110 | 10001101 | 11001010 | 110010 | 11110 | 0 | 10101 | 11011001 | 110001 | 111100 |
Color Harmonies of #668DCA
Complementary color
Monochromatic Colors of #668DCA
Black with #668DCA
Text Example
Text Example
White with #668DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DCA; }
p { color: rgb(102,141,202); }
H1.HeaderClassName
{
color: #668DCA;
}
.AnyTagClassName
{
color: #668DCA;
}
</style>
background-color css
<style>
a { background-color: #668DCA; }
a { background-color: rgb(102,141,202); }
div.DivClassName
{
background-color: #668DCA;
}
.BgClassName
{
background-color: #668DCA;
}
</style>
border-color css
<style>
span { border-color: #668DCA; }
span { border-color: rgb(102,141,202); }
td.TdClassName
{
border-color: #668DCA;
}
.TagClassName
{
border-color: #668DCA;
}
</style>