Shades of Cornflower Blue #6291DB
Tints of Cornflower Blue #6291DB
RGB
CMYK
RGB Variations
Color information
#6291DB (or 0x6291DB) is known color: Cornflower Blue. HEX triplet: 62, 91 and DB. RGB value is (98,145,219). Sum of RGB (Red+Green+Blue) = 98+145+219=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #6291DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291DB is #9D6E24. Grayscale: #8B8B8B. Windows color (decimal): -10317349 or 14389602. OLE color: 14389602.
HSL color Cylindrical-coordinate representation of color #6291DB: hue angle of 216.69º degrees, saturation: 0.63, 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 #6291DB is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 145 | 219 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.14 |
| HSL | 216.69º | 0.63% | 0.62% | - |
| HSV(B) | 216.69º | 0.55% | 0.86% | - |
| XYZ | 27.95 | 27.96 | 70.94 | - |
| YUV | 139.38 | 172.93 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 219 | 0.55 | 0.34 | 0 | 0.14 | 216.69 | 0.63 | 0.62 |
| Hex | 62 | 91 | DB | 37 | 22 | 0 | E | D9 | 3F | 3E |
| Octal | 142 | 221 | 333 | 67 | 42 | 0 | 16 | 331 | 77 | 76 |
| Binary | 1100010 | 10010001 | 11011011 | 110111 | 100010 | 0 | 1110 | 11011001 | 111111 | 111110 |
Color Harmonies of #6291DB
Complementary color
Monochromatic Colors of #6291DB
Black with #6291DB
Text Example
Text Example
White with #6291DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6291DB; }
p { color: rgb(98,145,219); }
H1.HeaderClassName
{
color: #6291DB;
}
.AnyTagClassName
{
color: #6291DB;
}
</style>
background-color css
<style>
a { background-color: #6291DB; }
a { background-color: rgb(98,145,219); }
div.DivClassName
{
background-color: #6291DB;
}
.BgClassName
{
background-color: #6291DB;
}
</style>
border-color css
<style>
span { border-color: #6291DB; }
span { border-color: rgb(98,145,219); }
td.TdClassName
{
border-color: #6291DB;
}
.TagClassName
{
border-color: #6291DB;
}
</style>