Shades of Danube #668EC6
Tints of Danube #668EC6
RGB
CMYK
RGB Variations
Color information
#668EC6 (or 0x668EC6) is known color: Danube. HEX triplet: 66, 8E and C6. RGB value is (102,142,198). Sum of RGB (Red+Green+Blue) = 102+142+198=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #668EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EC6 is #997139. Grayscale: #888888. Windows color (decimal): -10055994 or 13012582. OLE color: 13012582.
HSL color Cylindrical-coordinate representation of color #668EC6: hue angle of 215º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668EC6 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 142 | 198 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.22 |
| HSL | 215º | 0.46% | 0.59% | - |
| HSV(B) | 215º | 0.48% | 0.78% | - |
| XYZ | 25.35 | 26.25 | 57.16 | - |
| YUV | 136.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 198 | 0.48 | 0.28 | 0 | 0.22 | 215 | 0.46 | 0.59 |
| Hex | 66 | 8E | C6 | 30 | 1C | 0 | 16 | D7 | 2E | 3B |
| Octal | 146 | 216 | 306 | 60 | 34 | 0 | 26 | 327 | 56 | 73 |
| Binary | 1100110 | 10001110 | 11000110 | 110000 | 11100 | 0 | 10110 | 11010111 | 101110 | 111011 |
Color Harmonies of #668EC6
Complementary color
Monochromatic Colors of #668EC6
Black with #668EC6
Text Example
Text Example
White with #668EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EC6; }
p { color: rgb(102,142,198); }
H1.HeaderClassName
{
color: #668EC6;
}
.AnyTagClassName
{
color: #668EC6;
}
</style>
background-color css
<style>
a { background-color: #668EC6; }
a { background-color: rgb(102,142,198); }
div.DivClassName
{
background-color: #668EC6;
}
.BgClassName
{
background-color: #668EC6;
}
</style>
border-color css
<style>
span { border-color: #668EC6; }
span { border-color: rgb(102,142,198); }
td.TdClassName
{
border-color: #668EC6;
}
.TagClassName
{
border-color: #668EC6;
}
</style>