Shades of Danube #6391D1
Tints of Danube #6391D1
RGB
CMYK
RGB Variations
Color information
#6391D1 (or 0x6391D1) is known color: Danube. HEX triplet: 63, 91 and D1. RGB value is (99,145,209). Sum of RGB (Red+Green+Blue) = 99+145+209=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #6391D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391D1 is #9C6E2E. Grayscale: #8A8A8A. Windows color (decimal): -10251823 or 13734243. OLE color: 13734243.
HSL color Cylindrical-coordinate representation of color #6391D1: hue angle of 214.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6391D1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 145 | 209 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.18 |
| HSL | 214.91º | 0.54% | 0.6% | - |
| HSV(B) | 214.91º | 0.53% | 0.82% | - |
| XYZ | 26.78 | 27.51 | 64.22 | - |
| YUV | 138.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 209 | 0.53 | 0.31 | 0 | 0.18 | 214.91 | 0.54 | 0.6 |
| Hex | 63 | 91 | D1 | 35 | 1F | 0 | 12 | D7 | 36 | 3C |
| Octal | 143 | 221 | 321 | 65 | 37 | 0 | 22 | 327 | 66 | 74 |
| Binary | 1100011 | 10010001 | 11010001 | 110101 | 11111 | 0 | 10010 | 11010111 | 110110 | 111100 |
Color Harmonies of #6391D1
Complementary color
Monochromatic Colors of #6391D1
Black with #6391D1
Text Example
Text Example
White with #6391D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391D1; }
p { color: rgb(99,145,209); }
H1.HeaderClassName
{
color: #6391D1;
}
.AnyTagClassName
{
color: #6391D1;
}
</style>
background-color css
<style>
a { background-color: #6391D1; }
a { background-color: rgb(99,145,209); }
div.DivClassName
{
background-color: #6391D1;
}
.BgClassName
{
background-color: #6391D1;
}
</style>
border-color css
<style>
span { border-color: #6391D1; }
span { border-color: rgb(99,145,209); }
td.TdClassName
{
border-color: #6391D1;
}
.TagClassName
{
border-color: #6391D1;
}
</style>