#6EA4FF

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

Shades of Cornflower Blue #6EA4FF

Tints of Cornflower Blue #6EA4FF

Color information

#6EA4FF (or 0x6EA4FF) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A4 and FF. RGB value is (110,164,255). Sum of RGB (Red+Green+Blue) = 110+164+255=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EA4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA4FF is #915B00. Grayscale: #9D9D9D. Windows color (decimal): -9526017 or 16753774. OLE color: 16753774.

HSL color Cylindrical-coordinate representation of color #6EA4FF: hue angle of 217.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EA4FF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB110164255-
CMYK0.570.3600
HSL217.66º100%71.57%-
HSV(B)217.66º56.86%100%-
XYZ37.7637.0999.78-
YUV158.23182.6193.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.79%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 255 (100% from 255) = 48.20%
R=20.79%
G=31.00%
B=48.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101642550.570.3600217.6610071.57
Hex6EA4FF392400da6448
Octal156244377714400332144110
Binary11011101010010011111111111001100100001101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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