#6EA3F3

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

Shades of Cornflower Blue #6EA3F3

Tints of Cornflower Blue #6EA3F3

Color information

#6EA3F3 (or 0x6EA3F3) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A3 and F3. RGB value is (110,163,243). Sum of RGB (Red+Green+Blue) = 110+163+243=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #6EA3F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA3F3 is #915C0C. Grayscale: #9B9B9B. Windows color (decimal): -9526285 or 15967086. OLE color: 15967086.

HSL color Cylindrical-coordinate representation of color #6EA3F3: hue angle of 216.09º 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 #6EA3F3 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110163243-
CMYK0.550.3300.05
HSL216.09º84.71%69.22%-
HSV(B)216.09º54.73%95.29%-
XYZ35.7135.9889.86-
YUV156.27176.9495-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.32%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 243 (95.31% from 255) = 47.09%
R=21.32%
G=31.59%
B=47.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101632430.550.3300.05216.0984.7169.22
Hex6EA3F3372105d85545
Octal156243363674105330125105
Binary1101110101000111111001111011110000101011101100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EA3F3; }

 p { color: rgb(110,163,243); }

 H1.HeaderClassName
 {
   color: #6EA3F3;
 }
 .AnyTagClassName
 {
   color: #6EA3F3;
 }
</style>
background-color css

<style>
 a { background-color: #6EA3F3; }

 a { background-color: rgb(110,163,243); }

 div.DivClassName
 {
   background-color: #6EA3F3;
 }
 .BgClassName
 {
   background-color: #6EA3F3;
 }
</style>
border-color css

<style>
 span { border-color: #6EA3F3; }

 span { border-color: rgb(110,163,243); }

 td.TdClassName
 {
   border-color: #6EA3F3;
 }
 .TagClassName
 {
   border-color: #6EA3F3;
 }
</style>