Shades of Cornflower Blue #6293EC
Tints of Cornflower Blue #6293EC
RGB
CMYK
RGB Variations
Color information
#6293EC (or 0x6293EC) is known color: Cornflower Blue. HEX triplet: 62, 93 and EC. RGB value is (98,147,236). Sum of RGB (Red+Green+Blue) = 98+147+236=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #6293EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6293EC is #9D6C13. Grayscale: #8E8E8E. Windows color (decimal): -10316820 or 15504226. OLE color: 15504226.
HSL color Cylindrical-coordinate representation of color #6293EC: hue angle of 218.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6293EC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 147 | 236 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.07 |
| HSL | 218.7º | 0.78% | 0.65% | - |
| HSV(B) | 218.7º | 0.58% | 0.93% | - |
| XYZ | 30.61 | 29.52 | 83.44 | - |
| YUV | 142.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 236 | 0.58 | 0.38 | 0 | 0.07 | 218.7 | 0.78 | 0.65 |
| Hex | 62 | 93 | EC | 3A | 26 | 0 | 7 | DB | 4E | 41 |
| Octal | 142 | 223 | 354 | 72 | 46 | 0 | 7 | 333 | 116 | 101 |
| Binary | 1100010 | 10010011 | 11101100 | 111010 | 100110 | 0 | 111 | 11011011 | 1001110 | 1000001 |
Color Harmonies of #6293EC
Complementary color
Monochromatic Colors of #6293EC
Black with #6293EC
Text Example
Text Example
White with #6293EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293EC; }
p { color: rgb(98,147,236); }
H1.HeaderClassName
{
color: #6293EC;
}
.AnyTagClassName
{
color: #6293EC;
}
</style>
background-color css
<style>
a { background-color: #6293EC; }
a { background-color: rgb(98,147,236); }
div.DivClassName
{
background-color: #6293EC;
}
.BgClassName
{
background-color: #6293EC;
}
</style>
border-color css
<style>
span { border-color: #6293EC; }
span { border-color: rgb(98,147,236); }
td.TdClassName
{
border-color: #6293EC;
}
.TagClassName
{
border-color: #6293EC;
}
</style>