Shades of Cornflower Blue #6297FC
Tints of Cornflower Blue #6297FC
RGB
CMYK
RGB Variations
Color information
#6297FC (or 0x6297FC) is known color: Cornflower Blue. HEX triplet: 62, 97 and FC. RGB value is (98,151,252). Sum of RGB (Red+Green+Blue) = 98+151+252=501 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.56% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #6297FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6297FC is #9D6803. Grayscale: #929292. Windows color (decimal): -10315780 or 16553826. OLE color: 16553826.
HSL color Cylindrical-coordinate representation of color #6297FC: hue angle of 219.35º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6297FC is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 151 | 252 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.01 |
| HSL | 219.35º | 0.96% | 0.69% | - |
| HSV(B) | 219.35º | 0.61% | 0.99% | - |
| XYZ | 33.67 | 31.76 | 96.45 | - |
| YUV | 146.67 | 187.44 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 252 | 0.61 | 0.40 | 0 | 0.01 | 219.35 | 0.96 | 0.69 |
| Hex | 62 | 97 | FC | 3D | 28 | 0 | 1 | DB | 60 | 45 |
| Octal | 142 | 227 | 374 | 75 | 50 | 0 | 1 | 333 | 140 | 105 |
| Binary | 1100010 | 10010111 | 11111100 | 111101 | 101000 | 0 | 1 | 11011011 | 1100000 | 1000101 |
Color Harmonies of #6297FC
Complementary color
Monochromatic Colors of #6297FC
Black with #6297FC
Text Example
Text Example
White with #6297FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297FC; }
p { color: rgb(98,151,252); }
H1.HeaderClassName
{
color: #6297FC;
}
.AnyTagClassName
{
color: #6297FC;
}
</style>
background-color css
<style>
a { background-color: #6297FC; }
a { background-color: rgb(98,151,252); }
div.DivClassName
{
background-color: #6297FC;
}
.BgClassName
{
background-color: #6297FC;
}
</style>
border-color css
<style>
span { border-color: #6297FC; }
span { border-color: rgb(98,151,252); }
td.TdClassName
{
border-color: #6297FC;
}
.TagClassName
{
border-color: #6297FC;
}
</style>