Shades of Danube #6484BC
Tints of Danube #6484BC
RGB
CMYK
RGB Variations
Color information
#6484BC (or 0x6484BC) is known color: Danube. HEX triplet: 64, 84 and BC. RGB value is (100,132,188). Sum of RGB (Red+Green+Blue) = 100+132+188=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6484BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484BC is #9B7B43. Grayscale: #808080. Windows color (decimal): -10189636 or 12354660. OLE color: 12354660.
HSL color Cylindrical-coordinate representation of color #6484BC: hue angle of 218.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6484BC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 132 | 188 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.26 |
| HSL | 218.18º | 0.4% | 0.56% | - |
| HSV(B) | 218.18º | 0.47% | 0.74% | - |
| XYZ | 22.58 | 22.84 | 50.8 | - |
| YUV | 128.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 188 | 0.47 | 0.30 | 0 | 0.26 | 218.18 | 0.4 | 0.56 |
| Hex | 64 | 84 | BC | 2F | 1E | 0 | 1A | DA | 28 | 38 |
| Octal | 144 | 204 | 274 | 57 | 36 | 0 | 32 | 332 | 50 | 70 |
| Binary | 1100100 | 10000100 | 10111100 | 101111 | 11110 | 0 | 11010 | 11011010 | 101000 | 111000 |
Color Harmonies of #6484BC
Complementary color
Monochromatic Colors of #6484BC
Black with #6484BC
Text Example
Text Example
White with #6484BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484BC; }
p { color: rgb(100,132,188); }
H1.HeaderClassName
{
color: #6484BC;
}
.AnyTagClassName
{
color: #6484BC;
}
</style>
background-color css
<style>
a { background-color: #6484BC; }
a { background-color: rgb(100,132,188); }
div.DivClassName
{
background-color: #6484BC;
}
.BgClassName
{
background-color: #6484BC;
}
</style>
border-color css
<style>
span { border-color: #6484BC; }
span { border-color: rgb(100,132,188); }
td.TdClassName
{
border-color: #6484BC;
}
.TagClassName
{
border-color: #6484BC;
}
</style>