Shades of Danube #6483BC
Tints of Danube #6483BC
RGB
CMYK
RGB Variations
Color information
#6483BC (or 0x6483BC) is known color: Danube. HEX triplet: 64, 83 and BC. RGB value is (100,131,188). Sum of RGB (Red+Green+Blue) = 100+131+188=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6483BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483BC is #9B7C43. Grayscale: #7F7F7F. Windows color (decimal): -10189892 or 12354404. OLE color: 12354404.
HSL color Cylindrical-coordinate representation of color #6483BC: hue angle of 218.86º 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 #6483BC is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 131 | 188 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.26 |
| HSL | 218.86º | 0.4% | 0.56% | - |
| HSV(B) | 218.86º | 0.47% | 0.74% | - |
| XYZ | 22.45 | 22.57 | 50.75 | - |
| YUV | 128.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 188 | 0.47 | 0.30 | 0 | 0.26 | 218.86 | 0.4 | 0.56 |
| Hex | 64 | 83 | BC | 2F | 1E | 0 | 1A | DB | 28 | 38 |
| Octal | 144 | 203 | 274 | 57 | 36 | 0 | 32 | 333 | 50 | 70 |
| Binary | 1100100 | 10000011 | 10111100 | 101111 | 11110 | 0 | 11010 | 11011011 | 101000 | 111000 |
Color Harmonies of #6483BC
Complementary color
Monochromatic Colors of #6483BC
Black with #6483BC
Text Example
Text Example
White with #6483BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483BC; }
p { color: rgb(100,131,188); }
H1.HeaderClassName
{
color: #6483BC;
}
.AnyTagClassName
{
color: #6483BC;
}
</style>
background-color css
<style>
a { background-color: #6483BC; }
a { background-color: rgb(100,131,188); }
div.DivClassName
{
background-color: #6483BC;
}
.BgClassName
{
background-color: #6483BC;
}
</style>
border-color css
<style>
span { border-color: #6483BC; }
span { border-color: rgb(100,131,188); }
td.TdClassName
{
border-color: #6483BC;
}
.TagClassName
{
border-color: #6483BC;
}
</style>