Shades of Danube #668BC6
Tints of Danube #668BC6
RGB
CMYK
RGB Variations
Color information
#668BC6 (or 0x668BC6) is known color: Danube. HEX triplet: 66, 8B and C6. RGB value is (102,139,198). Sum of RGB (Red+Green+Blue) = 102+139+198=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 198 (77.73% from 255 or 45.10% from 439); Max value from RGB is 198 - color contains mainly: blue. Hex color #668BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BC6 is #997439. Grayscale: #868686. Windows color (decimal): -10056762 or 13011814. OLE color: 13011814.
HSL color Cylindrical-coordinate representation of color #668BC6: hue angle of 216.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668BC6 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 139 | 198 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.22 |
| HSL | 216.88º | 0.46% | 0.59% | - |
| HSV(B) | 216.88º | 0.48% | 0.78% | - |
| XYZ | 24.91 | 25.37 | 57.01 | - |
| YUV | 134.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 198 | 0.48 | 0.30 | 0 | 0.22 | 216.88 | 0.46 | 0.59 |
| Hex | 66 | 8B | C6 | 30 | 1E | 0 | 16 | D9 | 2E | 3B |
| Octal | 146 | 213 | 306 | 60 | 36 | 0 | 26 | 331 | 56 | 73 |
| Binary | 1100110 | 10001011 | 11000110 | 110000 | 11110 | 0 | 10110 | 11011001 | 101110 | 111011 |
Color Harmonies of #668BC6
Complementary color
Monochromatic Colors of #668BC6
Black with #668BC6
Text Example
Text Example
White with #668BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BC6; }
p { color: rgb(102,139,198); }
H1.HeaderClassName
{
color: #668BC6;
}
.AnyTagClassName
{
color: #668BC6;
}
</style>
background-color css
<style>
a { background-color: #668BC6; }
a { background-color: rgb(102,139,198); }
div.DivClassName
{
background-color: #668BC6;
}
.BgClassName
{
background-color: #668BC6;
}
</style>
border-color css
<style>
span { border-color: #668BC6; }
span { border-color: rgb(102,139,198); }
td.TdClassName
{
border-color: #668BC6;
}
.TagClassName
{
border-color: #668BC6;
}
</style>