Shades of Cornflower Blue #6297FE
Tints of Cornflower Blue #6297FE
RGB
CMYK
RGB Variations
Color information
#6297FE (or 0x6297FE) is known color: Cornflower Blue. HEX triplet: 62, 97 and FE. RGB value is (98,151,254). Sum of RGB (Red+Green+Blue) = 98+151+254=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6297FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6297FE is #9D6801. Grayscale: #929292. Windows color (decimal): -10315778 or 16684898. OLE color: 16684898.
HSL color Cylindrical-coordinate representation of color #6297FE: hue angle of 219.62º 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 #6297FE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 151 | 254 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.00 |
| HSL | 219.62º | 0.99% | 0.69% | - |
| HSV(B) | 219.62º | 0.61% | 1% | - |
| XYZ | 33.99 | 31.89 | 98.13 | - |
| YUV | 146.9 | 188.44 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 254 | 0.61 | 0.41 | 0 | 0.00 | 219.62 | 0.99 | 0.69 |
| Hex | 62 | 97 | FE | 3D | 29 | 0 | 0 | DC | 63 | 45 |
| Octal | 142 | 227 | 376 | 75 | 51 | 0 | 0 | 334 | 143 | 105 |
| Binary | 1100010 | 10010111 | 11111110 | 111101 | 101001 | 0 | 0 | 11011100 | 1100011 | 1000101 |
Color Harmonies of #6297FE
Complementary color
Monochromatic Colors of #6297FE
Black with #6297FE
Text Example
Text Example
White with #6297FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297FE; }
p { color: rgb(98,151,254); }
H1.HeaderClassName
{
color: #6297FE;
}
.AnyTagClassName
{
color: #6297FE;
}
</style>
background-color css
<style>
a { background-color: #6297FE; }
a { background-color: rgb(98,151,254); }
div.DivClassName
{
background-color: #6297FE;
}
.BgClassName
{
background-color: #6297FE;
}
</style>
border-color css
<style>
span { border-color: #6297FE; }
span { border-color: rgb(98,151,254); }
td.TdClassName
{
border-color: #6297FE;
}
.TagClassName
{
border-color: #6297FE;
}
</style>