Shades of Cornflower Blue #6299EC
Tints of Cornflower Blue #6299EC
RGB
CMYK
RGB Variations
Color information
#6299EC (or 0x6299EC) is known color: Cornflower Blue. HEX triplet: 62, 99 and EC. RGB value is (98,153,236). Sum of RGB (Red+Green+Blue) = 98+153+236=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #6299EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6299EC is #9D6613. Grayscale: #919191. Windows color (decimal): -10315284 or 15505762. OLE color: 15505762.
HSL color Cylindrical-coordinate representation of color #6299EC: hue angle of 216.09º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6299EC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 153 | 236 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.07 |
| HSL | 216.09º | 0.78% | 0.65% | - |
| HSV(B) | 216.09º | 0.58% | 0.93% | - |
| XYZ | 31.57 | 31.44 | 83.76 | - |
| YUV | 146.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 153 | 236 | 0.58 | 0.35 | 0 | 0.07 | 216.09 | 0.78 | 0.65 |
| Hex | 62 | 99 | EC | 3A | 23 | 0 | 7 | D8 | 4E | 41 |
| Octal | 142 | 231 | 354 | 72 | 43 | 0 | 7 | 330 | 116 | 101 |
| Binary | 1100010 | 10011001 | 11101100 | 111010 | 100011 | 0 | 111 | 11011000 | 1001110 | 1000001 |
Color Harmonies of #6299EC
Complementary color
Monochromatic Colors of #6299EC
Black with #6299EC
Text Example
Text Example
White with #6299EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6299EC; }
p { color: rgb(98,153,236); }
H1.HeaderClassName
{
color: #6299EC;
}
.AnyTagClassName
{
color: #6299EC;
}
</style>
background-color css
<style>
a { background-color: #6299EC; }
a { background-color: rgb(98,153,236); }
div.DivClassName
{
background-color: #6299EC;
}
.BgClassName
{
background-color: #6299EC;
}
</style>
border-color css
<style>
span { border-color: #6299EC; }
span { border-color: rgb(98,153,236); }
td.TdClassName
{
border-color: #6299EC;
}
.TagClassName
{
border-color: #6299EC;
}
</style>