Shades of Danube #6693BE
Tints of Danube #6693BE
RGB
CMYK
RGB Variations
Color information
#6693BE (or 0x6693BE) is known color: Danube. HEX triplet: 66, 93 and BE. RGB value is (102,147,190). Sum of RGB (Red+Green+Blue) = 102+147+190=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #6693BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693BE is #996C41. Grayscale: #8A8A8A. Windows color (decimal): -10054722 or 12489574. OLE color: 12489574.
HSL color Cylindrical-coordinate representation of color #6693BE: hue angle of 209.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6693BE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 147 | 190 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.25 |
| HSL | 209.32º | 0.4% | 0.57% | - |
| HSV(B) | 209.32º | 0.46% | 0.75% | - |
| XYZ | 25.21 | 27.41 | 52.68 | - |
| YUV | 138.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 190 | 0.46 | 0.23 | 0 | 0.25 | 209.32 | 0.4 | 0.57 |
| Hex | 66 | 93 | BE | 2E | 17 | 0 | 19 | D1 | 28 | 39 |
| Octal | 146 | 223 | 276 | 56 | 27 | 0 | 31 | 321 | 50 | 71 |
| Binary | 1100110 | 10010011 | 10111110 | 101110 | 10111 | 0 | 11001 | 11010001 | 101000 | 111001 |
Color Harmonies of #6693BE
Complementary color
Monochromatic Colors of #6693BE
Black with #6693BE
Text Example
Text Example
White with #6693BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6693BE; }
p { color: rgb(102,147,190); }
H1.HeaderClassName
{
color: #6693BE;
}
.AnyTagClassName
{
color: #6693BE;
}
</style>
background-color css
<style>
a { background-color: #6693BE; }
a { background-color: rgb(102,147,190); }
div.DivClassName
{
background-color: #6693BE;
}
.BgClassName
{
background-color: #6693BE;
}
</style>
border-color css
<style>
span { border-color: #6693BE; }
span { border-color: rgb(102,147,190); }
td.TdClassName
{
border-color: #6693BE;
}
.TagClassName
{
border-color: #6693BE;
}
</style>