Shades of Danube #668EBF
Tints of Danube #668EBF
RGB
CMYK
RGB Variations
Color information
#668EBF (or 0x668EBF) is known color: Danube. HEX triplet: 66, 8E and BF. RGB value is (102,142,191). Sum of RGB (Red+Green+Blue) = 102+142+191=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #668EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EBF is #997140. Grayscale: #878787. Windows color (decimal): -10056001 or 12553830. OLE color: 12553830.
HSL color Cylindrical-coordinate representation of color #668EBF: hue angle of 213.03º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668EBF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 142 | 191 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.25 |
| HSL | 213.03º | 0.41% | 0.57% | - |
| HSV(B) | 213.03º | 0.47% | 0.75% | - |
| XYZ | 24.56 | 25.93 | 53 | - |
| YUV | 135.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 191 | 0.47 | 0.26 | 0 | 0.25 | 213.03 | 0.41 | 0.57 |
| Hex | 66 | 8E | BF | 2F | 1A | 0 | 19 | D5 | 29 | 39 |
| Octal | 146 | 216 | 277 | 57 | 32 | 0 | 31 | 325 | 51 | 71 |
| Binary | 1100110 | 10001110 | 10111111 | 101111 | 11010 | 0 | 11001 | 11010101 | 101001 | 111001 |
Color Harmonies of #668EBF
Complementary color
Monochromatic Colors of #668EBF
Black with #668EBF
Text Example
Text Example
White with #668EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EBF; }
p { color: rgb(102,142,191); }
H1.HeaderClassName
{
color: #668EBF;
}
.AnyTagClassName
{
color: #668EBF;
}
</style>
background-color css
<style>
a { background-color: #668EBF; }
a { background-color: rgb(102,142,191); }
div.DivClassName
{
background-color: #668EBF;
}
.BgClassName
{
background-color: #668EBF;
}
</style>
border-color css
<style>
span { border-color: #668EBF; }
span { border-color: rgb(102,142,191); }
td.TdClassName
{
border-color: #668EBF;
}
.TagClassName
{
border-color: #668EBF;
}
</style>