Shades of Cornflower Blue #6293F6
Tints of Cornflower Blue #6293F6
RGB
CMYK
RGB Variations
Color information
#6293F6 (or 0x6293F6) is known color: Cornflower Blue. HEX triplet: 62, 93 and F6. RGB value is (98,147,246). Sum of RGB (Red+Green+Blue) = 98+147+246=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #6293F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6293F6 is #9D6C09. Grayscale: #8F8F8F. Windows color (decimal): -10316810 or 16159586. OLE color: 16159586.
HSL color Cylindrical-coordinate representation of color #6293F6: hue angle of 220.14º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6293F6 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 147 | 246 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.04 |
| HSL | 220.14º | 0.89% | 0.67% | - |
| HSV(B) | 220.14º | 0.6% | 0.96% | - |
| XYZ | 32.11 | 30.12 | 91.31 | - |
| YUV | 143.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 246 | 0.60 | 0.40 | 0 | 0.04 | 220.14 | 0.89 | 0.67 |
| Hex | 62 | 93 | F6 | 3C | 28 | 0 | 4 | DC | 59 | 43 |
| Octal | 142 | 223 | 366 | 74 | 50 | 0 | 4 | 334 | 131 | 103 |
| Binary | 1100010 | 10010011 | 11110110 | 111100 | 101000 | 0 | 100 | 11011100 | 1011001 | 1000011 |
Color Harmonies of #6293F6
Complementary color
Monochromatic Colors of #6293F6
Black with #6293F6
Text Example
Text Example
White with #6293F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6293F6; }
p { color: rgb(98,147,246); }
H1.HeaderClassName
{
color: #6293F6;
}
.AnyTagClassName
{
color: #6293F6;
}
</style>
background-color css
<style>
a { background-color: #6293F6; }
a { background-color: rgb(98,147,246); }
div.DivClassName
{
background-color: #6293F6;
}
.BgClassName
{
background-color: #6293F6;
}
</style>
border-color css
<style>
span { border-color: #6293F6; }
span { border-color: rgb(98,147,246); }
td.TdClassName
{
border-color: #6293F6;
}
.TagClassName
{
border-color: #6293F6;
}
</style>