#6EA9FD

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

Shades of Cornflower Blue #6EA9FD

Tints of Cornflower Blue #6EA9FD

Color information

#6EA9FD (or 0x6EA9FD) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A9 and FD. RGB value is (110,169,253). Sum of RGB (Red+Green+Blue) = 110+169+253=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EA9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA9FD is #915602. Grayscale: #A0A0A0. Windows color (decimal): -9524739 or 16623982. OLE color: 16623982.

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

Color convert

RGB110169253-
CMYK0.570.3300.01
HSL215.24º97.28%71.18%-
HSV(B)215.24º56.52%99.22%-
XYZ38.3538.7898.39-
YUV160.94179.9591.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.68%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=20.68%
G=31.77%
B=47.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101692530.570.3300.01215.2497.2871.18
Hex6EA9FD392101d76147
Octal156251375714101327141107
Binary11011101010100111111101111001100001011101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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