Shades of Cornflower Blue #6EA1F3
Tints of Cornflower Blue #6EA1F3
RGB
CMYK
RGB Variations
Color information
#6EA1F3 (or 0x6EA1F3) is known color: Cornflower Blue. HEX triplet: 6E, A1 and F3. RGB value is (110,161,243). Sum of RGB (Red+Green+Blue) = 110+161+243=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #6EA1F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA1F3 is #915E0C. Grayscale: #9A9A9A. Windows color (decimal): -9526797 or 15966574. OLE color: 15966574.
HSL color Cylindrical-coordinate representation of color #6EA1F3: hue angle of 216.99º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EA1F3 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 161 | 243 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.05 |
| HSL | 216.99º | 0.85% | 0.69% | - |
| HSV(B) | 216.99º | 0.55% | 0.95% | - |
| XYZ | 35.35 | 35.28 | 89.74 | - |
| YUV | 155.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 243 | 0.55 | 0.34 | 0 | 0.05 | 216.99 | 0.85 | 0.69 |
| Hex | 6E | A1 | F3 | 37 | 22 | 0 | 5 | D9 | 55 | 45 |
| Octal | 156 | 241 | 363 | 67 | 42 | 0 | 5 | 331 | 125 | 105 |
| Binary | 1101110 | 10100001 | 11110011 | 110111 | 100010 | 0 | 101 | 11011001 | 1010101 | 1000101 |
Color Harmonies of #6EA1F3
Complementary color
Monochromatic Colors of #6EA1F3
Black with #6EA1F3
Text Example
Text Example
White with #6EA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA1F3; }
p { color: rgb(110,161,243); }
H1.HeaderClassName
{
color: #6EA1F3;
}
.AnyTagClassName
{
color: #6EA1F3;
}
</style>
background-color css
<style>
a { background-color: #6EA1F3; }
a { background-color: rgb(110,161,243); }
div.DivClassName
{
background-color: #6EA1F3;
}
.BgClassName
{
background-color: #6EA1F3;
}
</style>
border-color css
<style>
span { border-color: #6EA1F3; }
span { border-color: rgb(110,161,243); }
td.TdClassName
{
border-color: #6EA1F3;
}
.TagClassName
{
border-color: #6EA1F3;
}
</style>