Shades of Danube #668AD0
Tints of Danube #668AD0
RGB
CMYK
RGB Variations
Color information
#668AD0 (or 0x668AD0) is known color: Danube. HEX triplet: 66, 8A and D0. RGB value is (102,138,208). Sum of RGB (Red+Green+Blue) = 102+138+208=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #668AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AD0 is #99752F. Grayscale: #868686. Windows color (decimal): -10057008 or 13666918. OLE color: 13666918.
HSL color Cylindrical-coordinate representation of color #668AD0: hue angle of 219.62º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668AD0 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 138 | 208 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.18 |
| HSL | 219.62º | 0.53% | 0.61% | - |
| HSV(B) | 219.62º | 0.51% | 0.82% | - |
| XYZ | 25.95 | 25.56 | 63.24 | - |
| YUV | 135.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 208 | 0.51 | 0.34 | 0 | 0.18 | 219.62 | 0.53 | 0.61 |
| Hex | 66 | 8A | D0 | 33 | 22 | 0 | 12 | DC | 35 | 3D |
| Octal | 146 | 212 | 320 | 63 | 42 | 0 | 22 | 334 | 65 | 75 |
| Binary | 1100110 | 10001010 | 11010000 | 110011 | 100010 | 0 | 10010 | 11011100 | 110101 | 111101 |
Color Harmonies of #668AD0
Complementary color
Monochromatic Colors of #668AD0
Black with #668AD0
Text Example
Text Example
White with #668AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AD0; }
p { color: rgb(102,138,208); }
H1.HeaderClassName
{
color: #668AD0;
}
.AnyTagClassName
{
color: #668AD0;
}
</style>
background-color css
<style>
a { background-color: #668AD0; }
a { background-color: rgb(102,138,208); }
div.DivClassName
{
background-color: #668AD0;
}
.BgClassName
{
background-color: #668AD0;
}
</style>
border-color css
<style>
span { border-color: #668AD0; }
span { border-color: rgb(102,138,208); }
td.TdClassName
{
border-color: #668AD0;
}
.TagClassName
{
border-color: #668AD0;
}
</style>