Shades of Cornflower Blue #6290FA
Tints of Cornflower Blue #6290FA
RGB
CMYK
RGB Variations
Color information
#6290FA (or 0x6290FA) is known color: Cornflower Blue. HEX triplet: 62, 90 and FA. RGB value is (98,144,250). Sum of RGB (Red+Green+Blue) = 98+144+250=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #6290FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6290FA is #9D6F05. Grayscale: #8D8D8D. Windows color (decimal): -10317574 or 16420962. OLE color: 16420962.
HSL color Cylindrical-coordinate representation of color #6290FA: hue angle of 221.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6290FA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 144 | 250 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.02 |
| HSL | 221.84º | 0.94% | 0.68% | - |
| HSV(B) | 221.84º | 0.61% | 0.98% | - |
| XYZ | 32.27 | 29.45 | 94.43 | - |
| YUV | 142.33 | 188.76 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 250 | 0.61 | 0.42 | 0 | 0.02 | 221.84 | 0.94 | 0.68 |
| Hex | 62 | 90 | FA | 3D | 2A | 0 | 2 | DE | 5E | 44 |
| Octal | 142 | 220 | 372 | 75 | 52 | 0 | 2 | 336 | 136 | 104 |
| Binary | 1100010 | 10010000 | 11111010 | 111101 | 101010 | 0 | 10 | 11011110 | 1011110 | 1000100 |
Color Harmonies of #6290FA
Complementary color
Monochromatic Colors of #6290FA
Black with #6290FA
Text Example
Text Example
White with #6290FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290FA; }
p { color: rgb(98,144,250); }
H1.HeaderClassName
{
color: #6290FA;
}
.AnyTagClassName
{
color: #6290FA;
}
</style>
background-color css
<style>
a { background-color: #6290FA; }
a { background-color: rgb(98,144,250); }
div.DivClassName
{
background-color: #6290FA;
}
.BgClassName
{
background-color: #6290FA;
}
</style>
border-color css
<style>
span { border-color: #6290FA; }
span { border-color: rgb(98,144,250); }
td.TdClassName
{
border-color: #6290FA;
}
.TagClassName
{
border-color: #6290FA;
}
</style>