Shades of Cornflower Blue #6297FB
Tints of Cornflower Blue #6297FB
RGB
CMYK
RGB Variations
Color information
#6297FB (or 0x6297FB) is known color: Cornflower Blue. HEX triplet: 62, 97 and FB. RGB value is (98,151,251). Sum of RGB (Red+Green+Blue) = 98+151+251=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #6297FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6297FB is #9D6804. Grayscale: #929292. Windows color (decimal): -10315781 or 16488290. OLE color: 16488290.
HSL color Cylindrical-coordinate representation of color #6297FB: hue angle of 219.22º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6297FB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 151 | 251 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.02 |
| HSL | 219.22º | 0.95% | 0.68% | - |
| HSV(B) | 219.22º | 0.61% | 0.98% | - |
| XYZ | 33.52 | 31.69 | 95.62 | - |
| YUV | 146.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 251 | 0.61 | 0.40 | 0 | 0.02 | 219.22 | 0.95 | 0.68 |
| Hex | 62 | 97 | FB | 3D | 28 | 0 | 2 | DB | 5F | 44 |
| Octal | 142 | 227 | 373 | 75 | 50 | 0 | 2 | 333 | 137 | 104 |
| Binary | 1100010 | 10010111 | 11111011 | 111101 | 101000 | 0 | 10 | 11011011 | 1011111 | 1000100 |
Color Harmonies of #6297FB
Complementary color
Monochromatic Colors of #6297FB
Black with #6297FB
Text Example
Text Example
White with #6297FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6297FB; }
p { color: rgb(98,151,251); }
H1.HeaderClassName
{
color: #6297FB;
}
.AnyTagClassName
{
color: #6297FB;
}
</style>
background-color css
<style>
a { background-color: #6297FB; }
a { background-color: rgb(98,151,251); }
div.DivClassName
{
background-color: #6297FB;
}
.BgClassName
{
background-color: #6297FB;
}
</style>
border-color css
<style>
span { border-color: #6297FB; }
span { border-color: rgb(98,151,251); }
td.TdClassName
{
border-color: #6297FB;
}
.TagClassName
{
border-color: #6297FB;
}
</style>