#6EA9FF

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

Shades of Cornflower Blue #6EA9FF

Tints of Cornflower Blue #6EA9FF

Color information

#6EA9FF (or 0x6EA9FF) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A9 and FF. RGB value is (110,169,255). Sum of RGB (Red+Green+Blue) = 110+169+255=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EA9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA9FF is #915600. Grayscale: #A0A0A0. Windows color (decimal): -9524737 or 16755054. OLE color: 16755054.

HSL color Cylindrical-coordinate representation of color #6EA9FF: hue angle of 215.59º 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 #6EA9FF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB110169255-
CMYK0.570.3400
HSL215.59º100%71.57%-
HSV(B)215.59º56.86%100%-
XYZ38.6738.91100.08-
YUV161.16180.9591.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.60%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 255 (100% from 255) = 47.75%
R=20.60%
G=31.65%
B=47.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101692550.570.3400215.5910071.57
Hex6EA9FF392200d86448
Octal156251377714200330144110
Binary11011101010100111111111111001100010001101100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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