Shades of Danube #668AB3
Tints of Danube #668AB3
RGB
CMYK
RGB Variations
Color information
#668AB3 (or 0x668AB3) is known color: Danube. HEX triplet: 66, 8A and B3. RGB value is (102,138,179). Sum of RGB (Red+Green+Blue) = 102+138+179=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #668AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668AB3 is #99754C. Grayscale: #838383. Windows color (decimal): -10057037 or 11766374. OLE color: 11766374.
HSL color Cylindrical-coordinate representation of color #668AB3: hue angle of 211.95º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #668AB3 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 138 | 179 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.30 |
| HSL | 211.95º | 0.34% | 0.55% | - |
| HSV(B) | 211.95º | 0.43% | 0.7% | - |
| XYZ | 22.7 | 24.26 | 46.13 | - |
| YUV | 131.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 179 | 0.43 | 0.23 | 0 | 0.30 | 211.95 | 0.34 | 0.55 |
| Hex | 66 | 8A | B3 | 2B | 17 | 0 | 1E | D4 | 22 | 37 |
| Octal | 146 | 212 | 263 | 53 | 27 | 0 | 36 | 324 | 42 | 67 |
| Binary | 1100110 | 10001010 | 10110011 | 101011 | 10111 | 0 | 11110 | 11010100 | 100010 | 110111 |
Color Harmonies of #668AB3
Complementary color
Monochromatic Colors of #668AB3
Black with #668AB3
Text Example
Text Example
White with #668AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668AB3; }
p { color: rgb(102,138,179); }
H1.HeaderClassName
{
color: #668AB3;
}
.AnyTagClassName
{
color: #668AB3;
}
</style>
background-color css
<style>
a { background-color: #668AB3; }
a { background-color: rgb(102,138,179); }
div.DivClassName
{
background-color: #668AB3;
}
.BgClassName
{
background-color: #668AB3;
}
</style>
border-color css
<style>
span { border-color: #668AB3; }
span { border-color: rgb(102,138,179); }
td.TdClassName
{
border-color: #668AB3;
}
.TagClassName
{
border-color: #668AB3;
}
</style>