Shades of Danube #668FD0
Tints of Danube #668FD0
RGB
CMYK
RGB Variations
Color information
#668FD0 (or 0x668FD0) is known color: Danube. HEX triplet: 66, 8F and D0. RGB value is (102,143,208). Sum of RGB (Red+Green+Blue) = 102+143+208=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #668FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FD0 is #99702F. Grayscale: #898989. Windows color (decimal): -10055728 or 13668198. OLE color: 13668198.
HSL color Cylindrical-coordinate representation of color #668FD0: hue angle of 216.79º 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 #668FD0 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 143 | 208 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.18 |
| HSL | 216.79º | 0.53% | 0.61% | - |
| HSV(B) | 216.79º | 0.51% | 0.82% | - |
| XYZ | 26.69 | 27.02 | 63.48 | - |
| YUV | 138.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 208 | 0.51 | 0.31 | 0 | 0.18 | 216.79 | 0.53 | 0.61 |
| Hex | 66 | 8F | D0 | 33 | 1F | 0 | 12 | D9 | 35 | 3D |
| Octal | 146 | 217 | 320 | 63 | 37 | 0 | 22 | 331 | 65 | 75 |
| Binary | 1100110 | 10001111 | 11010000 | 110011 | 11111 | 0 | 10010 | 11011001 | 110101 | 111101 |
Color Harmonies of #668FD0
Complementary color
Monochromatic Colors of #668FD0
Black with #668FD0
Text Example
Text Example
White with #668FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FD0; }
p { color: rgb(102,143,208); }
H1.HeaderClassName
{
color: #668FD0;
}
.AnyTagClassName
{
color: #668FD0;
}
</style>
background-color css
<style>
a { background-color: #668FD0; }
a { background-color: rgb(102,143,208); }
div.DivClassName
{
background-color: #668FD0;
}
.BgClassName
{
background-color: #668FD0;
}
</style>
border-color css
<style>
span { border-color: #668FD0; }
span { border-color: rgb(102,143,208); }
td.TdClassName
{
border-color: #668FD0;
}
.TagClassName
{
border-color: #668FD0;
}
</style>