Shades of Danube #668BBD
Tints of Danube #668BBD
RGB
CMYK
RGB Variations
Color information
#668BBD (or 0x668BBD) is known color: Danube. HEX triplet: 66, 8B and BD. RGB value is (102,139,189). Sum of RGB (Red+Green+Blue) = 102+139+189=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #668BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BBD is #997442. Grayscale: #858585. Windows color (decimal): -10056771 or 12421990. OLE color: 12421990.
HSL color Cylindrical-coordinate representation of color #668BBD: hue angle of 214.48º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668BBD is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 139 | 189 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.26 |
| HSL | 214.48º | 0.4% | 0.57% | - |
| HSV(B) | 214.48º | 0.46% | 0.74% | - |
| XYZ | 23.9 | 24.96 | 51.7 | - |
| YUV | 133.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 189 | 0.46 | 0.26 | 0 | 0.26 | 214.48 | 0.4 | 0.57 |
| Hex | 66 | 8B | BD | 2E | 1A | 0 | 1A | D6 | 28 | 39 |
| Octal | 146 | 213 | 275 | 56 | 32 | 0 | 32 | 326 | 50 | 71 |
| Binary | 1100110 | 10001011 | 10111101 | 101110 | 11010 | 0 | 11010 | 11010110 | 101000 | 111001 |
Color Harmonies of #668BBD
Complementary color
Monochromatic Colors of #668BBD
Black with #668BBD
Text Example
Text Example
White with #668BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BBD; }
p { color: rgb(102,139,189); }
H1.HeaderClassName
{
color: #668BBD;
}
.AnyTagClassName
{
color: #668BBD;
}
</style>
background-color css
<style>
a { background-color: #668BBD; }
a { background-color: rgb(102,139,189); }
div.DivClassName
{
background-color: #668BBD;
}
.BgClassName
{
background-color: #668BBD;
}
</style>
border-color css
<style>
span { border-color: #668BBD; }
span { border-color: rgb(102,139,189); }
td.TdClassName
{
border-color: #668BBD;
}
.TagClassName
{
border-color: #668BBD;
}
</style>