Shades of Danube #6694C6
Tints of Danube #6694C6
RGB
CMYK
RGB Variations
Color information
#6694C6 (or 0x6694C6) is known color: Danube. HEX triplet: 66, 94 and C6. RGB value is (102,148,198). Sum of RGB (Red+Green+Blue) = 102+148+198=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #6694C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694C6 is #996B39. Grayscale: #8B8B8B. Windows color (decimal): -10054458 or 13014118. OLE color: 13014118.
HSL color Cylindrical-coordinate representation of color #6694C6: hue angle of 211.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6694C6 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 148 | 198 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.22 |
| HSL | 211.25º | 0.46% | 0.59% | - |
| HSV(B) | 211.25º | 0.48% | 0.78% | - |
| XYZ | 26.26 | 28.08 | 57.46 | - |
| YUV | 139.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 198 | 0.48 | 0.25 | 0 | 0.22 | 211.25 | 0.46 | 0.59 |
| Hex | 66 | 94 | C6 | 30 | 19 | 0 | 16 | D3 | 2E | 3B |
| Octal | 146 | 224 | 306 | 60 | 31 | 0 | 26 | 323 | 56 | 73 |
| Binary | 1100110 | 10010100 | 11000110 | 110000 | 11001 | 0 | 10110 | 11010011 | 101110 | 111011 |
Color Harmonies of #6694C6
Complementary color
Monochromatic Colors of #6694C6
Black with #6694C6
Text Example
Text Example
White with #6694C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694C6; }
p { color: rgb(102,148,198); }
H1.HeaderClassName
{
color: #6694C6;
}
.AnyTagClassName
{
color: #6694C6;
}
</style>
background-color css
<style>
a { background-color: #6694C6; }
a { background-color: rgb(102,148,198); }
div.DivClassName
{
background-color: #6694C6;
}
.BgClassName
{
background-color: #6694C6;
}
</style>
border-color css
<style>
span { border-color: #6694C6; }
span { border-color: rgb(102,148,198); }
td.TdClassName
{
border-color: #6694C6;
}
.TagClassName
{
border-color: #6694C6;
}
</style>