Shades of Danube #668CCC
Tints of Danube #668CCC
RGB
CMYK
RGB Variations
Color information
#668CCC (or 0x668CCC) is known color: Danube. HEX triplet: 66, 8C and CC. RGB value is (102,140,204). Sum of RGB (Red+Green+Blue) = 102+140+204=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #668CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CCC is #997333. Grayscale: #878787. Windows color (decimal): -10056500 or 13405286. OLE color: 13405286.
HSL color Cylindrical-coordinate representation of color #668CCC: hue angle of 217.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668CCC is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 140 | 204 | - |
| CMYK | 0.5 | 0.31 | 0 | 0.2 |
| HSL | 217.65º | 0.5% | 0.6% | - |
| HSV(B) | 217.65º | 0.5% | 0.8% | - |
| XYZ | 25.76 | 25.94 | 60.78 | - |
| YUV | 135.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 204 | 0.5 | 0.31 | 0 | 0.2 | 217.65 | 0.5 | 0.6 |
| Hex | 66 | 8C | CC | 32 | 1F | 0 | 14 | DA | 32 | 3C |
| Octal | 146 | 214 | 314 | 62 | 37 | 0 | 24 | 332 | 62 | 74 |
| Binary | 1100110 | 10001100 | 11001100 | 110010 | 11111 | 0 | 10100 | 11011010 | 110010 | 111100 |
Color Harmonies of #668CCC
Complementary color
Monochromatic Colors of #668CCC
Black with #668CCC
Text Example
Text Example
White with #668CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CCC; }
p { color: rgb(102,140,204); }
H1.HeaderClassName
{
color: #668CCC;
}
.AnyTagClassName
{
color: #668CCC;
}
</style>
background-color css
<style>
a { background-color: #668CCC; }
a { background-color: rgb(102,140,204); }
div.DivClassName
{
background-color: #668CCC;
}
.BgClassName
{
background-color: #668CCC;
}
</style>
border-color css
<style>
span { border-color: #668CCC; }
span { border-color: rgb(102,140,204); }
td.TdClassName
{
border-color: #668CCC;
}
.TagClassName
{
border-color: #668CCC;
}
</style>