Shades of Danube #668CB5
Tints of Danube #668CB5
RGB
CMYK
RGB Variations
Color information
#668CB5 (or 0x668CB5) is known color: Danube. HEX triplet: 66, 8C and B5. RGB value is (102,140,181). Sum of RGB (Red+Green+Blue) = 102+140+181=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #668CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CB5 is #99734A. Grayscale: #858585. Windows color (decimal): -10056523 or 11897958. OLE color: 11897958.
HSL color Cylindrical-coordinate representation of color #668CB5: hue angle of 211.14º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668CB5 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 140 | 181 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.29 |
| HSL | 211.14º | 0.35% | 0.55% | - |
| HSV(B) | 211.14º | 0.44% | 0.71% | - |
| XYZ | 23.2 | 24.92 | 47.3 | - |
| YUV | 133.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 181 | 0.44 | 0.23 | 0 | 0.29 | 211.14 | 0.35 | 0.55 |
| Hex | 66 | 8C | B5 | 2C | 17 | 0 | 1D | D3 | 23 | 37 |
| Octal | 146 | 214 | 265 | 54 | 27 | 0 | 35 | 323 | 43 | 67 |
| Binary | 1100110 | 10001100 | 10110101 | 101100 | 10111 | 0 | 11101 | 11010011 | 100011 | 110111 |
Color Harmonies of #668CB5
Complementary color
Monochromatic Colors of #668CB5
Black with #668CB5
Text Example
Text Example
White with #668CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CB5; }
p { color: rgb(102,140,181); }
H1.HeaderClassName
{
color: #668CB5;
}
.AnyTagClassName
{
color: #668CB5;
}
</style>
background-color css
<style>
a { background-color: #668CB5; }
a { background-color: rgb(102,140,181); }
div.DivClassName
{
background-color: #668CB5;
}
.BgClassName
{
background-color: #668CB5;
}
</style>
border-color css
<style>
span { border-color: #668CB5; }
span { border-color: rgb(102,140,181); }
td.TdClassName
{
border-color: #668CB5;
}
.TagClassName
{
border-color: #668CB5;
}
</style>