Shades of Danube #668DC4
Tints of Danube #668DC4
RGB
CMYK
RGB Variations
Color information
#668DC4 (or 0x668DC4) is known color: Danube. HEX triplet: 66, 8D and C4. RGB value is (102,141,196). Sum of RGB (Red+Green+Blue) = 102+141+196=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #668DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DC4 is #99723B. Grayscale: #878787. Windows color (decimal): -10056252 or 12881254. OLE color: 12881254.
HSL color Cylindrical-coordinate representation of color #668DC4: hue angle of 215.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668DC4 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 141 | 196 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.23 |
| HSL | 215.11º | 0.44% | 0.58% | - |
| HSV(B) | 215.11º | 0.48% | 0.77% | - |
| XYZ | 24.97 | 25.86 | 55.9 | - |
| YUV | 135.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 196 | 0.48 | 0.28 | 0 | 0.23 | 215.11 | 0.44 | 0.58 |
| Hex | 66 | 8D | C4 | 30 | 1C | 0 | 17 | D7 | 2C | 3A |
| Octal | 146 | 215 | 304 | 60 | 34 | 0 | 27 | 327 | 54 | 72 |
| Binary | 1100110 | 10001101 | 11000100 | 110000 | 11100 | 0 | 10111 | 11010111 | 101100 | 111010 |
Color Harmonies of #668DC4
Complementary color
Monochromatic Colors of #668DC4
Black with #668DC4
Text Example
Text Example
White with #668DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DC4; }
p { color: rgb(102,141,196); }
H1.HeaderClassName
{
color: #668DC4;
}
.AnyTagClassName
{
color: #668DC4;
}
</style>
background-color css
<style>
a { background-color: #668DC4; }
a { background-color: rgb(102,141,196); }
div.DivClassName
{
background-color: #668DC4;
}
.BgClassName
{
background-color: #668DC4;
}
</style>
border-color css
<style>
span { border-color: #668DC4; }
span { border-color: rgb(102,141,196); }
td.TdClassName
{
border-color: #668DC4;
}
.TagClassName
{
border-color: #668DC4;
}
</style>