Shades of Danube #6484BA
Tints of Danube #6484BA
RGB
CMYK
RGB Variations
Color information
#6484BA (or 0x6484BA) is known color: Danube. HEX triplet: 64, 84 and BA. RGB value is (100,132,186). Sum of RGB (Red+Green+Blue) = 100+132+186=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6484BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484BA is #9B7B45. Grayscale: #808080. Windows color (decimal): -10189638 or 12223588. OLE color: 12223588.
HSL color Cylindrical-coordinate representation of color #6484BA: hue angle of 217.67º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6484BA is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 132 | 186 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.27 |
| HSL | 217.67º | 0.38% | 0.56% | - |
| HSV(B) | 217.67º | 0.46% | 0.73% | - |
| XYZ | 22.37 | 22.76 | 49.67 | - |
| YUV | 128.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 186 | 0.46 | 0.29 | 0 | 0.27 | 217.67 | 0.38 | 0.56 |
| Hex | 64 | 84 | BA | 2E | 1D | 0 | 1B | DA | 26 | 38 |
| Octal | 144 | 204 | 272 | 56 | 35 | 0 | 33 | 332 | 46 | 70 |
| Binary | 1100100 | 10000100 | 10111010 | 101110 | 11101 | 0 | 11011 | 11011010 | 100110 | 111000 |
Color Harmonies of #6484BA
Complementary color
Monochromatic Colors of #6484BA
Black with #6484BA
Text Example
Text Example
White with #6484BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484BA; }
p { color: rgb(100,132,186); }
H1.HeaderClassName
{
color: #6484BA;
}
.AnyTagClassName
{
color: #6484BA;
}
</style>
background-color css
<style>
a { background-color: #6484BA; }
a { background-color: rgb(100,132,186); }
div.DivClassName
{
background-color: #6484BA;
}
.BgClassName
{
background-color: #6484BA;
}
</style>
border-color css
<style>
span { border-color: #6484BA; }
span { border-color: rgb(100,132,186); }
td.TdClassName
{
border-color: #6484BA;
}
.TagClassName
{
border-color: #6484BA;
}
</style>