Shades of Danube #6494CC
Tints of Danube #6494CC
RGB
CMYK
RGB Variations
Color information
#6494CC (or 0x6494CC) is known color: Danube. HEX triplet: 64, 94 and CC. RGB value is (100,148,204). Sum of RGB (Red+Green+Blue) = 100+148+204=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6494CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6494CC is #9B6B33. Grayscale: #8B8B8B. Windows color (decimal): -10185524 or 13407332. OLE color: 13407332.
HSL color Cylindrical-coordinate representation of color #6494CC: hue angle of 212.31º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6494CC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 148 | 204 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.2 |
| HSL | 212.31º | 0.5% | 0.6% | - |
| HSV(B) | 212.31º | 0.51% | 0.8% | - |
| XYZ | 26.74 | 28.25 | 61.17 | - |
| YUV | 140.03 | 164.1 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 204 | 0.51 | 0.27 | 0 | 0.2 | 212.31 | 0.5 | 0.6 |
| Hex | 64 | 94 | CC | 33 | 1B | 0 | 14 | D4 | 32 | 3C |
| Octal | 144 | 224 | 314 | 63 | 33 | 0 | 24 | 324 | 62 | 74 |
| Binary | 1100100 | 10010100 | 11001100 | 110011 | 11011 | 0 | 10100 | 11010100 | 110010 | 111100 |
Color Harmonies of #6494CC
Complementary color
Monochromatic Colors of #6494CC
Black with #6494CC
Text Example
Text Example
White with #6494CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6494CC; }
p { color: rgb(100,148,204); }
H1.HeaderClassName
{
color: #6494CC;
}
.AnyTagClassName
{
color: #6494CC;
}
</style>
background-color css
<style>
a { background-color: #6494CC; }
a { background-color: rgb(100,148,204); }
div.DivClassName
{
background-color: #6494CC;
}
.BgClassName
{
background-color: #6494CC;
}
</style>
border-color css
<style>
span { border-color: #6494CC; }
span { border-color: rgb(100,148,204); }
td.TdClassName
{
border-color: #6494CC;
}
.TagClassName
{
border-color: #6494CC;
}
</style>