Shades of Danube #668FC6
Tints of Danube #668FC6
RGB
CMYK
RGB Variations
Color information
#668FC6 (or 0x668FC6) is known color: Danube. HEX triplet: 66, 8F and C6. RGB value is (102,143,198). Sum of RGB (Red+Green+Blue) = 102+143+198=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #668FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FC6 is #997039. Grayscale: #888888. Windows color (decimal): -10055738 or 13012838. OLE color: 13012838.
HSL color Cylindrical-coordinate representation of color #668FC6: hue angle of 214.38º 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 #668FC6 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 143 | 198 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.22 |
| HSL | 214.38º | 0.46% | 0.59% | - |
| HSV(B) | 214.38º | 0.48% | 0.78% | - |
| XYZ | 25.49 | 26.55 | 57.21 | - |
| YUV | 137.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 198 | 0.48 | 0.28 | 0 | 0.22 | 214.38 | 0.46 | 0.59 |
| Hex | 66 | 8F | C6 | 30 | 1C | 0 | 16 | D6 | 2E | 3B |
| Octal | 146 | 217 | 306 | 60 | 34 | 0 | 26 | 326 | 56 | 73 |
| Binary | 1100110 | 10001111 | 11000110 | 110000 | 11100 | 0 | 10110 | 11010110 | 101110 | 111011 |
Color Harmonies of #668FC6
Complementary color
Monochromatic Colors of #668FC6
Black with #668FC6
Text Example
Text Example
White with #668FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FC6; }
p { color: rgb(102,143,198); }
H1.HeaderClassName
{
color: #668FC6;
}
.AnyTagClassName
{
color: #668FC6;
}
</style>
background-color css
<style>
a { background-color: #668FC6; }
a { background-color: rgb(102,143,198); }
div.DivClassName
{
background-color: #668FC6;
}
.BgClassName
{
background-color: #668FC6;
}
</style>
border-color css
<style>
span { border-color: #668FC6; }
span { border-color: rgb(102,143,198); }
td.TdClassName
{
border-color: #668FC6;
}
.TagClassName
{
border-color: #668FC6;
}
</style>