Shades of Danube #6690CE
Tints of Danube #6690CE
RGB
CMYK
RGB Variations
Color information
#6690CE (or 0x6690CE) is known color: Danube. HEX triplet: 66, 90 and CE. RGB value is (102,144,206). Sum of RGB (Red+Green+Blue) = 102+144+206=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6690CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690CE is #996F31. Grayscale: #8A8A8A. Windows color (decimal): -10055474 or 13537382. OLE color: 13537382.
HSL color Cylindrical-coordinate representation of color #6690CE: hue angle of 215.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6690CE is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 144 | 206 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.19 |
| HSL | 215.77º | 0.51% | 0.6% | - |
| HSV(B) | 215.77º | 0.5% | 0.81% | - |
| XYZ | 26.59 | 27.23 | 62.25 | - |
| YUV | 138.51 | 166.09 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 206 | 0.50 | 0.30 | 0 | 0.19 | 215.77 | 0.51 | 0.6 |
| Hex | 66 | 90 | CE | 32 | 1E | 0 | 13 | D8 | 33 | 3C |
| Octal | 146 | 220 | 316 | 62 | 36 | 0 | 23 | 330 | 63 | 74 |
| Binary | 1100110 | 10010000 | 11001110 | 110010 | 11110 | 0 | 10011 | 11011000 | 110011 | 111100 |
Color Harmonies of #6690CE
Complementary color
Monochromatic Colors of #6690CE
Black with #6690CE
Text Example
Text Example
White with #6690CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690CE; }
p { color: rgb(102,144,206); }
H1.HeaderClassName
{
color: #6690CE;
}
.AnyTagClassName
{
color: #6690CE;
}
</style>
background-color css
<style>
a { background-color: #6690CE; }
a { background-color: rgb(102,144,206); }
div.DivClassName
{
background-color: #6690CE;
}
.BgClassName
{
background-color: #6690CE;
}
</style>
border-color css
<style>
span { border-color: #6690CE; }
span { border-color: rgb(102,144,206); }
td.TdClassName
{
border-color: #6690CE;
}
.TagClassName
{
border-color: #6690CE;
}
</style>