#6EA1FD

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

Shades of Cornflower Blue #6EA1FD

Tints of Cornflower Blue #6EA1FD

Color information

#6EA1FD (or 0x6EA1FD) is unknown color: approx Cornflower Blue. HEX triplet: 6E, A1 and FD. RGB value is (110,161,253). Sum of RGB (Red+Green+Blue) = 110+161+253=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EA1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA1FD is #915E02. Grayscale: #9B9B9B. Windows color (decimal): -9526787 or 16621934. OLE color: 16621934.

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

Color convert

RGB110161253-
CMYK0.570.3600.01
HSL218.6º97.28%71.18%-
HSV(B)218.6º56.52%99.22%-
XYZ36.935.997.91-
YUV156.24182.695.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.99%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=20.99%
G=30.73%
B=48.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101612530.570.3600.01218.697.2871.18
Hex6EA1FD392401db6147
Octal156241375714401333141107
Binary11011101010000111111101111001100100011101101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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