Shades of Cornflower Blue #6294DB
Tints of Cornflower Blue #6294DB
RGB
CMYK
RGB Variations
Color information
#6294DB (or 0x6294DB) is known color: Cornflower Blue. HEX triplet: 62, 94 and DB. RGB value is (98,148,219). Sum of RGB (Red+Green+Blue) = 98+148+219=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #6294DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294DB is #9D6B24. Grayscale: #8C8C8C. Windows color (decimal): -10316581 or 14390370. OLE color: 14390370.
HSL color Cylindrical-coordinate representation of color #6294DB: hue angle of 215.21º 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 #6294DB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 148 | 219 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.14 |
| HSL | 215.21º | 0.63% | 0.62% | - |
| HSV(B) | 215.21º | 0.55% | 0.86% | - |
| XYZ | 28.41 | 28.89 | 71.1 | - |
| YUV | 141.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 219 | 0.55 | 0.32 | 0 | 0.14 | 215.21 | 0.63 | 0.62 |
| Hex | 62 | 94 | DB | 37 | 20 | 0 | E | D7 | 3F | 3E |
| Octal | 142 | 224 | 333 | 67 | 40 | 0 | 16 | 327 | 77 | 76 |
| Binary | 1100010 | 10010100 | 11011011 | 110111 | 100000 | 0 | 1110 | 11010111 | 111111 | 111110 |
Color Harmonies of #6294DB
Complementary color
Monochromatic Colors of #6294DB
Black with #6294DB
Text Example
Text Example
White with #6294DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6294DB; }
p { color: rgb(98,148,219); }
H1.HeaderClassName
{
color: #6294DB;
}
.AnyTagClassName
{
color: #6294DB;
}
</style>
background-color css
<style>
a { background-color: #6294DB; }
a { background-color: rgb(98,148,219); }
div.DivClassName
{
background-color: #6294DB;
}
.BgClassName
{
background-color: #6294DB;
}
</style>
border-color css
<style>
span { border-color: #6294DB; }
span { border-color: rgb(98,148,219); }
td.TdClassName
{
border-color: #6294DB;
}
.TagClassName
{
border-color: #6294DB;
}
</style>