Shades of Danube #6694CC
Tints of Danube #6694CC
RGB
CMYK
RGB Variations
Color information
#6694CC (or 0x6694CC) is known color: Danube. HEX triplet: 66, 94 and CC. RGB value is (102,148,204). Sum of RGB (Red+Green+Blue) = 102+148+204=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #6694CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694CC is #996B33. Grayscale: #8C8C8C. Windows color (decimal): -10054452 or 13407334. OLE color: 13407334.
HSL color Cylindrical-coordinate representation of color #6694CC: hue angle of 212.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6694CC is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 148 | 204 | - |
| CMYK | 0.5 | 0.27 | 0 | 0.2 |
| HSL | 212.94º | 0.5% | 0.6% | - |
| HSV(B) | 212.94º | 0.5% | 0.8% | - |
| XYZ | 26.97 | 28.36 | 61.18 | - |
| YUV | 140.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 204 | 0.5 | 0.27 | 0 | 0.2 | 212.94 | 0.5 | 0.6 |
| Hex | 66 | 94 | CC | 32 | 1B | 0 | 14 | D5 | 32 | 3C |
| Octal | 146 | 224 | 314 | 62 | 33 | 0 | 24 | 325 | 62 | 74 |
| Binary | 1100110 | 10010100 | 11001100 | 110010 | 11011 | 0 | 10100 | 11010101 | 110010 | 111100 |
Color Harmonies of #6694CC
Complementary color
Monochromatic Colors of #6694CC
Black with #6694CC
Text Example
Text Example
White with #6694CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694CC; }
p { color: rgb(102,148,204); }
H1.HeaderClassName
{
color: #6694CC;
}
.AnyTagClassName
{
color: #6694CC;
}
</style>
background-color css
<style>
a { background-color: #6694CC; }
a { background-color: rgb(102,148,204); }
div.DivClassName
{
background-color: #6694CC;
}
.BgClassName
{
background-color: #6694CC;
}
</style>
border-color css
<style>
span { border-color: #6694CC; }
span { border-color: rgb(102,148,204); }
td.TdClassName
{
border-color: #6694CC;
}
.TagClassName
{
border-color: #6694CC;
}
</style>