Shades of Cornflower Blue #6391DB
Tints of Cornflower Blue #6391DB
RGB
CMYK
RGB Variations
Color information
#6391DB (or 0x6391DB) is known color: Cornflower Blue. HEX triplet: 63, 91 and DB. RGB value is (99,145,219). Sum of RGB (Red+Green+Blue) = 99+145+219=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #6391DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391DB is #9C6E24. Grayscale: #8B8B8B. Windows color (decimal): -10251813 or 14389603. OLE color: 14389603.
HSL color Cylindrical-coordinate representation of color #6391DB: hue angle of 217º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6391DB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 145 | 219 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.14 |
| HSL | 217º | 0.63% | 0.62% | - |
| HSV(B) | 217º | 0.55% | 0.86% | - |
| XYZ | 28.06 | 28.02 | 70.95 | - |
| YUV | 139.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 219 | 0.55 | 0.34 | 0 | 0.14 | 217 | 0.63 | 0.62 |
| Hex | 63 | 91 | DB | 37 | 22 | 0 | E | D9 | 3E | 3E |
| Octal | 143 | 221 | 333 | 67 | 42 | 0 | 16 | 331 | 76 | 76 |
| Binary | 1100011 | 10010001 | 11011011 | 110111 | 100010 | 0 | 1110 | 11011001 | 111110 | 111110 |
Color Harmonies of #6391DB
Complementary color
Monochromatic Colors of #6391DB
Black with #6391DB
Text Example
Text Example
White with #6391DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6391DB; }
p { color: rgb(99,145,219); }
H1.HeaderClassName
{
color: #6391DB;
}
.AnyTagClassName
{
color: #6391DB;
}
</style>
background-color css
<style>
a { background-color: #6391DB; }
a { background-color: rgb(99,145,219); }
div.DivClassName
{
background-color: #6391DB;
}
.BgClassName
{
background-color: #6391DB;
}
</style>
border-color css
<style>
span { border-color: #6391DB; }
span { border-color: rgb(99,145,219); }
td.TdClassName
{
border-color: #6391DB;
}
.TagClassName
{
border-color: #6391DB;
}
</style>