Shades of Danube #668BC1
Tints of Danube #668BC1
RGB
CMYK
RGB Variations
Color information
#668BC1 (or 0x668BC1) is known color: Danube. HEX triplet: 66, 8B and C1. RGB value is (102,139,193). Sum of RGB (Red+Green+Blue) = 102+139+193=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #668BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BC1 is #99743E. Grayscale: #858585. Windows color (decimal): -10056767 or 12684134. OLE color: 12684134.
HSL color Cylindrical-coordinate representation of color #668BC1: hue angle of 215.6º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668BC1 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 139 | 193 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.24 |
| HSL | 215.6º | 0.42% | 0.58% | - |
| HSV(B) | 215.6º | 0.47% | 0.76% | - |
| XYZ | 24.34 | 25.14 | 54.02 | - |
| YUV | 134.09 | 161.24 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 193 | 0.47 | 0.28 | 0 | 0.24 | 215.6 | 0.42 | 0.58 |
| Hex | 66 | 8B | C1 | 2F | 1C | 0 | 18 | D8 | 2A | 3A |
| Octal | 146 | 213 | 301 | 57 | 34 | 0 | 30 | 330 | 52 | 72 |
| Binary | 1100110 | 10001011 | 11000001 | 101111 | 11100 | 0 | 11000 | 11011000 | 101010 | 111010 |
Color Harmonies of #668BC1
Complementary color
Monochromatic Colors of #668BC1
Black with #668BC1
Text Example
Text Example
White with #668BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BC1; }
p { color: rgb(102,139,193); }
H1.HeaderClassName
{
color: #668BC1;
}
.AnyTagClassName
{
color: #668BC1;
}
</style>
background-color css
<style>
a { background-color: #668BC1; }
a { background-color: rgb(102,139,193); }
div.DivClassName
{
background-color: #668BC1;
}
.BgClassName
{
background-color: #668BC1;
}
</style>
border-color css
<style>
span { border-color: #668BC1; }
span { border-color: rgb(102,139,193); }
td.TdClassName
{
border-color: #668BC1;
}
.TagClassName
{
border-color: #668BC1;
}
</style>