#6EA3FA

Color #6EA3FA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6EA3FA

Tints of Cornflower Blue #6EA3FA

Color information

#6EA3FA (or 0x6EA3FA) is unknown color: approx 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

RGB110163250-
CMYK0.560.3500.02
HSL217.29º93.33%70.59%-
HSV(B)217.29º56%98.04%-
XYZ36.7836.4195.53-
YUV157.07180.4494.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 21.03%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=21.03%
G=31.17%
B=47.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101632500.560.3500.02217.2993.3370.59
Hex6EA3FA382302d95d47
Octal156243372704302331135107
Binary110111010100011111110101110001000110101101100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>