Shades of Cornflower Blue #6E99F9
Tints of Cornflower Blue #6E99F9
RGB
CMYK
RGB Variations
Color information
#6E99F9 (or 0x6E99F9) is known color: Cornflower Blue. HEX triplet: 6E, 99 and F9. RGB value is (110,153,249). Sum of RGB (Red+Green+Blue) = 110+153+249=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #6E99F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E99F9 is #916606. Grayscale: #969696. Windows color (decimal): -9528839 or 16357742. OLE color: 16357742.
HSL color Cylindrical-coordinate representation of color #6E99F9: hue angle of 221.44º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E99F9 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 153 | 249 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.02 |
| HSL | 221.44º | 0.92% | 0.7% | - |
| HSV(B) | 221.44º | 0.56% | 0.98% | - |
| XYZ | 34.92 | 32.94 | 94.14 | - |
| YUV | 151.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 249 | 0.56 | 0.39 | 0 | 0.02 | 221.44 | 0.92 | 0.7 |
| Hex | 6E | 99 | F9 | 38 | 27 | 0 | 2 | DD | 5C | 46 |
| Octal | 156 | 231 | 371 | 70 | 47 | 0 | 2 | 335 | 134 | 106 |
| Binary | 1101110 | 10011001 | 11111001 | 111000 | 100111 | 0 | 10 | 11011101 | 1011100 | 1000110 |
Color Harmonies of #6E99F9
Complementary color
Monochromatic Colors of #6E99F9
Black with #6E99F9
Text Example
Text Example
White with #6E99F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E99F9; }
p { color: rgb(110,153,249); }
H1.HeaderClassName
{
color: #6E99F9;
}
.AnyTagClassName
{
color: #6E99F9;
}
</style>
background-color css
<style>
a { background-color: #6E99F9; }
a { background-color: rgb(110,153,249); }
div.DivClassName
{
background-color: #6E99F9;
}
.BgClassName
{
background-color: #6E99F9;
}
</style>
border-color css
<style>
span { border-color: #6E99F9; }
span { border-color: rgb(110,153,249); }
td.TdClassName
{
border-color: #6E99F9;
}
.TagClassName
{
border-color: #6E99F9;
}
</style>