#6EA4F1

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

Shades of Cornflower Blue #6EA4F1

Tints of Cornflower Blue #6EA4F1

Color information

#6EA4F1 (or 0x6EA4F1) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A4 and F1. RGB value is (110,164,241). Sum of RGB (Red+Green+Blue) = 110+164+241=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EA4F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA4F1 is #915B0E. Grayscale: #9C9C9C. Windows color (decimal): -9526031 or 15836270. OLE color: 15836270.

HSL color Cylindrical-coordinate representation of color #6EA4F1: hue angle of 215.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EA4F1 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110164241-
CMYK0.540.3200.05
HSL215.27º82.39%68.82%-
HSV(B)215.27º54.36%94.51%-
XYZ35.5836.2288.33-
YUV156.63175.6194.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=21.36%
G=31.84%
B=46.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101642410.540.3200.05215.2782.3968.82
Hex6EA4F1362005d75245
Octal156244361664005327122105
Binary1101110101001001111000111011010000001011101011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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