Shades of Cornflower Blue #6EA3FA
Tints of Cornflower Blue #6EA3FA
RGB
CMYK
RGB Variations
Color information
#6EA3FA (or 0x6EA3FA) is known color: Cornflower Blue. HEX triplet: 6E, A3 and FA. RGB value is (110,163,250). Sum of RGB (Red+Green+Blue) = 110+163+250=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA3FA is #915C05. Grayscale: #9C9C9C. Windows color (decimal): -9526278 or 16425838. OLE color: 16425838.
HSL color Cylindrical-coordinate representation of color #6EA3FA: hue angle of 217.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EA3FA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 163 | 250 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.02 |
| HSL | 217.29º | 0.93% | 0.71% | - |
| HSV(B) | 217.29º | 0.56% | 0.98% | - |
| XYZ | 36.78 | 36.41 | 95.53 | - |
| YUV | 157.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 250 | 0.56 | 0.35 | 0 | 0.02 | 217.29 | 0.93 | 0.71 |
| Hex | 6E | A3 | FA | 38 | 23 | 0 | 2 | D9 | 5D | 47 |
| Octal | 156 | 243 | 372 | 70 | 43 | 0 | 2 | 331 | 135 | 107 |
| Binary | 1101110 | 10100011 | 11111010 | 111000 | 100011 | 0 | 10 | 11011001 | 1011101 | 1000111 |
Color Harmonies of #6EA3FA
Complementary color
Monochromatic Colors of #6EA3FA
Black with #6EA3FA
Text Example
Text Example
White with #6EA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA3FA; }
p { color: rgb(110,163,250); }
H1.HeaderClassName
{
color: #6EA3FA;
}
.AnyTagClassName
{
color: #6EA3FA;
}
</style>
background-color css
<style>
a { background-color: #6EA3FA; }
a { background-color: rgb(110,163,250); }
div.DivClassName
{
background-color: #6EA3FA;
}
.BgClassName
{
background-color: #6EA3FA;
}
</style>
border-color css
<style>
span { border-color: #6EA3FA; }
span { border-color: rgb(110,163,250); }
td.TdClassName
{
border-color: #6EA3FA;
}
.TagClassName
{
border-color: #6EA3FA;
}
</style>