#6EA5FA

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

Shades of Cornflower Blue #6EA5FA

Tints of Cornflower Blue #6EA5FA

Color information

#6EA5FA (or 0x6EA5FA) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A5 and FA. RGB value is (110,165,250). Sum of RGB (Red+Green+Blue) = 110+165+250=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EA5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA5FA is #915A05. Grayscale: #9D9D9D. Windows color (decimal): -9525766 or 16426350. OLE color: 16426350.

HSL color Cylindrical-coordinate representation of color #6EA5FA: hue angle of 216.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EA5FA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110165250-
CMYK0.560.3400.02
HSL216.43º93.33%70.59%-
HSV(B)216.43º56%98.04%-
XYZ37.1437.1395.65-
YUV158.24179.7893.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.95%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=20.95%
G=31.43%
B=47.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1101652500.560.3400.02216.4393.3370.59
Hex6EA5FA382202d85d47
Octal156245372704202330135107
Binary110111010100101111110101110001000100101101100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,165,250); }

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

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

 a { background-color: rgb(110,165,250); }

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

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

 span { border-color: rgb(110,165,250); }

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