Shades of Cornflower Blue #6293EA
Tints of Cornflower Blue #6293EA
RGB
CMYK
RGB Variations
Color information
#6293EA (or 0x6293EA) is known color: Cornflower Blue. HEX triplet: 62, 93 and EA. RGB value is (98,147,234). Sum of RGB (Red+Green+Blue) = 98+147+234=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #6293EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6293EA is #9D6C15. Grayscale: #8D8D8D. Windows color (decimal): -10316822 or 15373154. OLE color: 15373154.
HSL color Cylindrical-coordinate representation of color #6293EA: hue angle of 218.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6293EA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 147 | 234 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.08 |
| HSL | 218.38º | 0.76% | 0.65% | - |
| HSV(B) | 218.38º | 0.58% | 0.92% | - |
| XYZ | 30.32 | 29.4 | 81.92 | - |
| YUV | 142.27 | 179.77 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 234 | 0.58 | 0.37 | 0 | 0.08 | 218.38 | 0.76 | 0.65 |
| Hex | 62 | 93 | EA | 3A | 25 | 0 | 8 | DA | 4C | 41 |
| Octal | 142 | 223 | 352 | 72 | 45 | 0 | 10 | 332 | 114 | 101 |
| Binary | 1100010 | 10010011 | 11101010 | 111010 | 100101 | 0 | 1000 | 11011010 | 1001100 | 1000001 |
Color Harmonies of #6293EA
Complementary color
Monochromatic Colors of #6293EA
Black with #6293EA
Text Example
Text Example
White with #6293EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293EA; }
p { color: rgb(98,147,234); }
H1.HeaderClassName
{
color: #6293EA;
}
.AnyTagClassName
{
color: #6293EA;
}
</style>
background-color css
<style>
a { background-color: #6293EA; }
a { background-color: rgb(98,147,234); }
div.DivClassName
{
background-color: #6293EA;
}
.BgClassName
{
background-color: #6293EA;
}
</style>
border-color css
<style>
span { border-color: #6293EA; }
span { border-color: rgb(98,147,234); }
td.TdClassName
{
border-color: #6293EA;
}
.TagClassName
{
border-color: #6293EA;
}
</style>