Shades of Danube #668DC3
Tints of Danube #668DC3
RGB
CMYK
RGB Variations
Color information
#668DC3 (or 0x668DC3) is known color: Danube. HEX triplet: 66, 8D and C3. RGB value is (102,141,195). Sum of RGB (Red+Green+Blue) = 102+141+195=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #668DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DC3 is #99723C. Grayscale: #878787. Windows color (decimal): -10056253 or 12815718. OLE color: 12815718.
HSL color Cylindrical-coordinate representation of color #668DC3: hue angle of 214.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668DC3 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 141 | 195 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.24 |
| HSL | 214.84º | 0.44% | 0.58% | - |
| HSV(B) | 214.84º | 0.48% | 0.76% | - |
| XYZ | 24.85 | 25.81 | 55.3 | - |
| YUV | 135.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 195 | 0.48 | 0.28 | 0 | 0.24 | 214.84 | 0.44 | 0.58 |
| Hex | 66 | 8D | C3 | 30 | 1C | 0 | 18 | D7 | 2C | 3A |
| Octal | 146 | 215 | 303 | 60 | 34 | 0 | 30 | 327 | 54 | 72 |
| Binary | 1100110 | 10001101 | 11000011 | 110000 | 11100 | 0 | 11000 | 11010111 | 101100 | 111010 |
Color Harmonies of #668DC3
Complementary color
Monochromatic Colors of #668DC3
Black with #668DC3
Text Example
Text Example
White with #668DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DC3; }
p { color: rgb(102,141,195); }
H1.HeaderClassName
{
color: #668DC3;
}
.AnyTagClassName
{
color: #668DC3;
}
</style>
background-color css
<style>
a { background-color: #668DC3; }
a { background-color: rgb(102,141,195); }
div.DivClassName
{
background-color: #668DC3;
}
.BgClassName
{
background-color: #668DC3;
}
</style>
border-color css
<style>
span { border-color: #668DC3; }
span { border-color: rgb(102,141,195); }
td.TdClassName
{
border-color: #668DC3;
}
.TagClassName
{
border-color: #668DC3;
}
</style>