Shades of Danube #6483BE
Tints of Danube #6483BE
RGB
CMYK
RGB Variations
Color information
#6483BE (or 0x6483BE) is known color: Danube. HEX triplet: 64, 83 and BE. RGB value is (100,131,190). Sum of RGB (Red+Green+Blue) = 100+131+190=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6483BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483BE is #9B7C41. Grayscale: #808080. Windows color (decimal): -10189890 or 12485476. OLE color: 12485476.
HSL color Cylindrical-coordinate representation of color #6483BE: hue angle of 219.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6483BE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 131 | 190 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.25 |
| HSL | 219.33º | 0.41% | 0.57% | - |
| HSV(B) | 219.33º | 0.47% | 0.75% | - |
| XYZ | 22.67 | 22.66 | 51.89 | - |
| YUV | 128.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 190 | 0.47 | 0.31 | 0 | 0.25 | 219.33 | 0.41 | 0.57 |
| Hex | 64 | 83 | BE | 2F | 1F | 0 | 19 | DB | 29 | 39 |
| Octal | 144 | 203 | 276 | 57 | 37 | 0 | 31 | 333 | 51 | 71 |
| Binary | 1100100 | 10000011 | 10111110 | 101111 | 11111 | 0 | 11001 | 11011011 | 101001 | 111001 |
Color Harmonies of #6483BE
Complementary color
Monochromatic Colors of #6483BE
Black with #6483BE
Text Example
Text Example
White with #6483BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6483BE; }
p { color: rgb(100,131,190); }
H1.HeaderClassName
{
color: #6483BE;
}
.AnyTagClassName
{
color: #6483BE;
}
</style>
background-color css
<style>
a { background-color: #6483BE; }
a { background-color: rgb(100,131,190); }
div.DivClassName
{
background-color: #6483BE;
}
.BgClassName
{
background-color: #6483BE;
}
</style>
border-color css
<style>
span { border-color: #6483BE; }
span { border-color: rgb(100,131,190); }
td.TdClassName
{
border-color: #6483BE;
}
.TagClassName
{
border-color: #6483BE;
}
</style>