#6EA4FC

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

Shades of Cornflower Blue #6EA4FC

Tints of Cornflower Blue #6EA4FC

Color information

#6EA4FC (or 0x6EA4FC) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A4 and FC. RGB value is (110,164,252). Sum of RGB (Red+Green+Blue) = 110+164+252=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EA4FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA4FC is #915B03. Grayscale: #9D9D9D. Windows color (decimal): -9526020 or 16557166. OLE color: 16557166.

HSL color Cylindrical-coordinate representation of color #6EA4FC: hue angle of 217.18º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EA4FC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110164252-
CMYK0.560.3500.01
HSL217.18º95.95%70.98%-
HSV(B)217.18º56.35%98.82%-
XYZ37.2836.8997.25-
YUV157.89181.1193.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.91%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 252 (98.83% from 255) = 47.91%
R=20.91%
G=31.18%
B=47.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101642520.560.3500.01217.1895.9570.98
Hex6EA4FC382301d96047
Octal156244374704301331140107
Binary11011101010010011111100111000100011011101100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,252); }

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

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

 a { background-color: rgb(110,164,252); }

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

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

 span { border-color: rgb(110,164,252); }

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