Shades of Cornflower Blue #6292FA
Tints of Cornflower Blue #6292FA
RGB
CMYK
RGB Variations
Color information
#6292FA (or 0x6292FA) is known color: Cornflower Blue. HEX triplet: 62, 92 and FA. RGB value is (98,146,250). Sum of RGB (Red+Green+Blue) = 98+146+250=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #6292FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6292FA is #9D6D05. Grayscale: #8F8F8F. Windows color (decimal): -10317062 or 16421474. OLE color: 16421474.
HSL color Cylindrical-coordinate representation of color #6292FA: hue angle of 221.05º 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 #6292FA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 146 | 250 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.02 |
| HSL | 221.05º | 0.94% | 0.68% | - |
| HSV(B) | 221.05º | 0.61% | 0.98% | - |
| XYZ | 32.57 | 30.06 | 94.53 | - |
| YUV | 143.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 250 | 0.61 | 0.42 | 0 | 0.02 | 221.05 | 0.94 | 0.68 |
| Hex | 62 | 92 | FA | 3D | 2A | 0 | 2 | DD | 5E | 44 |
| Octal | 142 | 222 | 372 | 75 | 52 | 0 | 2 | 335 | 136 | 104 |
| Binary | 1100010 | 10010010 | 11111010 | 111101 | 101010 | 0 | 10 | 11011101 | 1011110 | 1000100 |
Color Harmonies of #6292FA
Complementary color
Monochromatic Colors of #6292FA
Black with #6292FA
Text Example
Text Example
White with #6292FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6292FA; }
p { color: rgb(98,146,250); }
H1.HeaderClassName
{
color: #6292FA;
}
.AnyTagClassName
{
color: #6292FA;
}
</style>
background-color css
<style>
a { background-color: #6292FA; }
a { background-color: rgb(98,146,250); }
div.DivClassName
{
background-color: #6292FA;
}
.BgClassName
{
background-color: #6292FA;
}
</style>
border-color css
<style>
span { border-color: #6292FA; }
span { border-color: rgb(98,146,250); }
td.TdClassName
{
border-color: #6292FA;
}
.TagClassName
{
border-color: #6292FA;
}
</style>