Shades of Danube #6391CF
Tints of Danube #6391CF
RGB
CMYK
RGB Variations
Color information
#6391CF (or 0x6391CF) is known color: Danube. HEX triplet: 63, 91 and CF. RGB value is (99,145,207). Sum of RGB (Red+Green+Blue) = 99+145+207=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #6391CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391CF is #9C6E30. Grayscale: #8A8A8A. Windows color (decimal): -10251825 or 13603171. OLE color: 13603171.
HSL color Cylindrical-coordinate representation of color #6391CF: hue angle of 214.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6391CF is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 145 | 207 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.19 |
| HSL | 214.44º | 0.53% | 0.6% | - |
| HSV(B) | 214.44º | 0.52% | 0.81% | - |
| XYZ | 26.53 | 27.41 | 62.92 | - |
| YUV | 138.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 207 | 0.52 | 0.30 | 0 | 0.19 | 214.44 | 0.53 | 0.6 |
| Hex | 63 | 91 | CF | 34 | 1E | 0 | 13 | D6 | 35 | 3C |
| Octal | 143 | 221 | 317 | 64 | 36 | 0 | 23 | 326 | 65 | 74 |
| Binary | 1100011 | 10010001 | 11001111 | 110100 | 11110 | 0 | 10011 | 11010110 | 110101 | 111100 |
Color Harmonies of #6391CF
Complementary color
Monochromatic Colors of #6391CF
Black with #6391CF
Text Example
Text Example
White with #6391CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391CF; }
p { color: rgb(99,145,207); }
H1.HeaderClassName
{
color: #6391CF;
}
.AnyTagClassName
{
color: #6391CF;
}
</style>
background-color css
<style>
a { background-color: #6391CF; }
a { background-color: rgb(99,145,207); }
div.DivClassName
{
background-color: #6391CF;
}
.BgClassName
{
background-color: #6391CF;
}
</style>
border-color css
<style>
span { border-color: #6391CF; }
span { border-color: rgb(99,145,207); }
td.TdClassName
{
border-color: #6391CF;
}
.TagClassName
{
border-color: #6391CF;
}
</style>