Shades of Cornflower Blue #6492FE
Tints of Cornflower Blue #6492FE
RGB
CMYK
RGB Variations
Color information
#6492FE (or 0x6492FE) is known color: Cornflower Blue. HEX triplet: 64, 92 and FE. RGB value is (100,146,254). Sum of RGB (Red+Green+Blue) = 100+146+254=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #6492FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6492FE is #9B6D01. Grayscale: #909090. Windows color (decimal): -10185986 or 16683620. OLE color: 16683620.
HSL color Cylindrical-coordinate representation of color #6492FE: hue angle of 222.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6492FE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 146 | 254 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.00 |
| HSL | 222.08º | 0.99% | 0.69% | - |
| HSV(B) | 222.08º | 0.61% | 1% | - |
| XYZ | 33.42 | 30.42 | 97.88 | - |
| YUV | 144.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 254 | 0.61 | 0.43 | 0 | 0.00 | 222.08 | 0.99 | 0.69 |
| Hex | 64 | 92 | FE | 3D | 2B | 0 | 0 | DE | 63 | 45 |
| Octal | 144 | 222 | 376 | 75 | 53 | 0 | 0 | 336 | 143 | 105 |
| Binary | 1100100 | 10010010 | 11111110 | 111101 | 101011 | 0 | 0 | 11011110 | 1100011 | 1000101 |
Color Harmonies of #6492FE
Complementary color
Monochromatic Colors of #6492FE
Black with #6492FE
Text Example
Text Example
White with #6492FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492FE; }
p { color: rgb(100,146,254); }
H1.HeaderClassName
{
color: #6492FE;
}
.AnyTagClassName
{
color: #6492FE;
}
</style>
background-color css
<style>
a { background-color: #6492FE; }
a { background-color: rgb(100,146,254); }
div.DivClassName
{
background-color: #6492FE;
}
.BgClassName
{
background-color: #6492FE;
}
</style>
border-color css
<style>
span { border-color: #6492FE; }
span { border-color: rgb(100,146,254); }
td.TdClassName
{
border-color: #6492FE;
}
.TagClassName
{
border-color: #6492FE;
}
</style>