Shades of Danube #668CC4
Tints of Danube #668CC4
RGB
CMYK
RGB Variations
Color information
#668CC4 (or 0x668CC4) is known color: Danube. HEX triplet: 66, 8C and C4. RGB value is (102,140,196). Sum of RGB (Red+Green+Blue) = 102+140+196=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #668CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC4 is #99733B. Grayscale: #868686. Windows color (decimal): -10056508 or 12880998. OLE color: 12880998.
HSL color Cylindrical-coordinate representation of color #668CC4: hue angle of 215.74º 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 #668CC4 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 140 | 196 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.23 |
| HSL | 215.74º | 0.44% | 0.58% | - |
| HSV(B) | 215.74º | 0.48% | 0.77% | - |
| XYZ | 24.82 | 25.57 | 55.85 | - |
| YUV | 135.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 196 | 0.48 | 0.29 | 0 | 0.23 | 215.74 | 0.44 | 0.58 |
| Hex | 66 | 8C | C4 | 30 | 1D | 0 | 17 | D8 | 2C | 3A |
| Octal | 146 | 214 | 304 | 60 | 35 | 0 | 27 | 330 | 54 | 72 |
| Binary | 1100110 | 10001100 | 11000100 | 110000 | 11101 | 0 | 10111 | 11011000 | 101100 | 111010 |
Color Harmonies of #668CC4
Complementary color
Monochromatic Colors of #668CC4
Black with #668CC4
Text Example
Text Example
White with #668CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CC4; }
p { color: rgb(102,140,196); }
H1.HeaderClassName
{
color: #668CC4;
}
.AnyTagClassName
{
color: #668CC4;
}
</style>
background-color css
<style>
a { background-color: #668CC4; }
a { background-color: rgb(102,140,196); }
div.DivClassName
{
background-color: #668CC4;
}
.BgClassName
{
background-color: #668CC4;
}
</style>
border-color css
<style>
span { border-color: #668CC4; }
span { border-color: rgb(102,140,196); }
td.TdClassName
{
border-color: #668CC4;
}
.TagClassName
{
border-color: #668CC4;
}
</style>