Shades of Danube #668FB5
Tints of Danube #668FB5
RGB
CMYK
RGB Variations
Color information
#668FB5 (or 0x668FB5) is known color: Danube. HEX triplet: 66, 8F and B5. RGB value is (102,143,181). Sum of RGB (Red+Green+Blue) = 102+143+181=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #668FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FB5 is #99704A. Grayscale: #868686. Windows color (decimal): -10055755 or 11898726. OLE color: 11898726.
HSL color Cylindrical-coordinate representation of color #668FB5: hue angle of 208.86º 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 #668FB5 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 143 | 181 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.29 |
| HSL | 208.86º | 0.35% | 0.55% | - |
| HSV(B) | 208.86º | 0.44% | 0.71% | - |
| XYZ | 23.64 | 25.81 | 47.45 | - |
| YUV | 135.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 181 | 0.44 | 0.21 | 0 | 0.29 | 208.86 | 0.35 | 0.55 |
| Hex | 66 | 8F | B5 | 2C | 15 | 0 | 1D | D1 | 23 | 37 |
| Octal | 146 | 217 | 265 | 54 | 25 | 0 | 35 | 321 | 43 | 67 |
| Binary | 1100110 | 10001111 | 10110101 | 101100 | 10101 | 0 | 11101 | 11010001 | 100011 | 110111 |
Color Harmonies of #668FB5
Complementary color
Monochromatic Colors of #668FB5
Black with #668FB5
Text Example
Text Example
White with #668FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FB5; }
p { color: rgb(102,143,181); }
H1.HeaderClassName
{
color: #668FB5;
}
.AnyTagClassName
{
color: #668FB5;
}
</style>
background-color css
<style>
a { background-color: #668FB5; }
a { background-color: rgb(102,143,181); }
div.DivClassName
{
background-color: #668FB5;
}
.BgClassName
{
background-color: #668FB5;
}
</style>
border-color css
<style>
span { border-color: #668FB5; }
span { border-color: rgb(102,143,181); }
td.TdClassName
{
border-color: #668FB5;
}
.TagClassName
{
border-color: #668FB5;
}
</style>