Shades of Cornflower Blue #6492FC
Tints of Cornflower Blue #6492FC
RGB
CMYK
RGB Variations
Color information
#6492FC (or 0x6492FC) is known color: Cornflower Blue. HEX triplet: 64, 92 and FC. RGB value is (100,146,252). Sum of RGB (Red+Green+Blue) = 100+146+252=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #6492FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6492FC is #9B6D03. Grayscale: #8F8F8F. Windows color (decimal): -10185988 or 16552548. OLE color: 16552548.
HSL color Cylindrical-coordinate representation of color #6492FC: hue angle of 221.84º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6492FC is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 146 | 252 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.01 |
| HSL | 221.84º | 0.96% | 0.69% | - |
| HSV(B) | 221.84º | 0.6% | 0.99% | - |
| XYZ | 33.11 | 30.3 | 96.2 | - |
| YUV | 144.33 | 188.76 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 252 | 0.60 | 0.42 | 0 | 0.01 | 221.84 | 0.96 | 0.69 |
| Hex | 64 | 92 | FC | 3C | 2A | 0 | 1 | DE | 60 | 45 |
| Octal | 144 | 222 | 374 | 74 | 52 | 0 | 1 | 336 | 140 | 105 |
| Binary | 1100100 | 10010010 | 11111100 | 111100 | 101010 | 0 | 1 | 11011110 | 1100000 | 1000101 |
Color Harmonies of #6492FC
Complementary color
Monochromatic Colors of #6492FC
Black with #6492FC
Text Example
Text Example
White with #6492FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492FC; }
p { color: rgb(100,146,252); }
H1.HeaderClassName
{
color: #6492FC;
}
.AnyTagClassName
{
color: #6492FC;
}
</style>
background-color css
<style>
a { background-color: #6492FC; }
a { background-color: rgb(100,146,252); }
div.DivClassName
{
background-color: #6492FC;
}
.BgClassName
{
background-color: #6492FC;
}
</style>
border-color css
<style>
span { border-color: #6492FC; }
span { border-color: rgb(100,146,252); }
td.TdClassName
{
border-color: #6492FC;
}
.TagClassName
{
border-color: #6492FC;
}
</style>