Shades of Cornflower Blue #6295F9
Tints of Cornflower Blue #6295F9
RGB
CMYK
RGB Variations
Color information
#6295F9 (or 0x6295F9) is known color: Cornflower Blue. HEX triplet: 62, 95 and F9. RGB value is (98,149,249). Sum of RGB (Red+Green+Blue) = 98+149+249=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #6295F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6295F9 is #9D6A06. Grayscale: #909090. Windows color (decimal): -10316295 or 16356706. OLE color: 16356706.
HSL color Cylindrical-coordinate representation of color #6295F9: hue angle of 219.74º degrees, saturation: 0.93, 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 #6295F9 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 149 | 249 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.02 |
| HSL | 219.74º | 0.93% | 0.68% | - |
| HSV(B) | 219.74º | 0.61% | 0.98% | - |
| XYZ | 32.88 | 30.93 | 93.86 | - |
| YUV | 145.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 249 | 0.61 | 0.40 | 0 | 0.02 | 219.74 | 0.93 | 0.68 |
| Hex | 62 | 95 | F9 | 3D | 28 | 0 | 2 | DC | 5D | 44 |
| Octal | 142 | 225 | 371 | 75 | 50 | 0 | 2 | 334 | 135 | 104 |
| Binary | 1100010 | 10010101 | 11111001 | 111101 | 101000 | 0 | 10 | 11011100 | 1011101 | 1000100 |
Color Harmonies of #6295F9
Complementary color
Monochromatic Colors of #6295F9
Black with #6295F9
Text Example
Text Example
White with #6295F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295F9; }
p { color: rgb(98,149,249); }
H1.HeaderClassName
{
color: #6295F9;
}
.AnyTagClassName
{
color: #6295F9;
}
</style>
background-color css
<style>
a { background-color: #6295F9; }
a { background-color: rgb(98,149,249); }
div.DivClassName
{
background-color: #6295F9;
}
.BgClassName
{
background-color: #6295F9;
}
</style>
border-color css
<style>
span { border-color: #6295F9; }
span { border-color: rgb(98,149,249); }
td.TdClassName
{
border-color: #6295F9;
}
.TagClassName
{
border-color: #6295F9;
}
</style>