Shades of Cornflower Blue #6492FA
Tints of Cornflower Blue #6492FA
RGB
CMYK
RGB Variations
Color information
#6492FA (or 0x6492FA) is known color: Cornflower Blue. HEX triplet: 64, 92 and FA. RGB value is (100,146,250). Sum of RGB (Red+Green+Blue) = 100+146+250=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #6492FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6492FA is #9B6D05. Grayscale: #8F8F8F. Windows color (decimal): -10185990 or 16421476. OLE color: 16421476.
HSL color Cylindrical-coordinate representation of color #6492FA: hue angle of 221.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6492FA is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 146 | 250 | - |
| CMYK | 0.6 | 0.42 | 0 | 0.02 |
| HSL | 221.6º | 0.94% | 0.69% | - |
| HSV(B) | 221.6º | 0.6% | 0.98% | - |
| XYZ | 32.79 | 30.17 | 94.54 | - |
| YUV | 144.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 250 | 0.6 | 0.42 | 0 | 0.02 | 221.6 | 0.94 | 0.69 |
| Hex | 64 | 92 | FA | 3C | 2A | 0 | 2 | DE | 5E | 45 |
| Octal | 144 | 222 | 372 | 74 | 52 | 0 | 2 | 336 | 136 | 105 |
| Binary | 1100100 | 10010010 | 11111010 | 111100 | 101010 | 0 | 10 | 11011110 | 1011110 | 1000101 |
Color Harmonies of #6492FA
Complementary color
Monochromatic Colors of #6492FA
Black with #6492FA
Text Example
Text Example
White with #6492FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492FA; }
p { color: rgb(100,146,250); }
H1.HeaderClassName
{
color: #6492FA;
}
.AnyTagClassName
{
color: #6492FA;
}
</style>
background-color css
<style>
a { background-color: #6492FA; }
a { background-color: rgb(100,146,250); }
div.DivClassName
{
background-color: #6492FA;
}
.BgClassName
{
background-color: #6492FA;
}
</style>
border-color css
<style>
span { border-color: #6492FA; }
span { border-color: rgb(100,146,250); }
td.TdClassName
{
border-color: #6492FA;
}
.TagClassName
{
border-color: #6492FA;
}
</style>