Shades of Danube #668DC6
Tints of Danube #668DC6
RGB
CMYK
RGB Variations
Color information
#668DC6 (or 0x668DC6) is known color: Danube. HEX triplet: 66, 8D and C6. RGB value is (102,141,198). Sum of RGB (Red+Green+Blue) = 102+141+198=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #668DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DC6 is #997239. Grayscale: #878787. Windows color (decimal): -10056250 or 13012326. OLE color: 13012326.
HSL color Cylindrical-coordinate representation of color #668DC6: hue angle of 215.62º 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 #668DC6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 141 | 198 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.22 |
| HSL | 215.63º | 0.46% | 0.59% | - |
| HSV(B) | 215.63º | 0.48% | 0.78% | - |
| XYZ | 25.2 | 25.95 | 57.11 | - |
| YUV | 135.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 198 | 0.48 | 0.29 | 0 | 0.22 | 215.63 | 0.46 | 0.59 |
| Hex | 66 | 8D | C6 | 30 | 1D | 0 | 16 | D8 | 2E | 3B |
| Octal | 146 | 215 | 306 | 60 | 35 | 0 | 26 | 330 | 56 | 73 |
| Binary | 1100110 | 10001101 | 11000110 | 110000 | 11101 | 0 | 10110 | 11011000 | 101110 | 111011 |
Color Harmonies of #668DC6
Complementary color
Monochromatic Colors of #668DC6
Black with #668DC6
Text Example
Text Example
White with #668DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DC6; }
p { color: rgb(102,141,198); }
H1.HeaderClassName
{
color: #668DC6;
}
.AnyTagClassName
{
color: #668DC6;
}
</style>
background-color css
<style>
a { background-color: #668DC6; }
a { background-color: rgb(102,141,198); }
div.DivClassName
{
background-color: #668DC6;
}
.BgClassName
{
background-color: #668DC6;
}
</style>
border-color css
<style>
span { border-color: #668DC6; }
span { border-color: rgb(102,141,198); }
td.TdClassName
{
border-color: #668DC6;
}
.TagClassName
{
border-color: #668DC6;
}
</style>