Color Hex Logo

#6ea6fb Color Hex

#6EA6FB
(110,166,251)
0 Favorites   0 Comments

Color spaces of #6ea6fb

RGB 110166251
HSL0.600.950.71
HSV216°56°98°
CMYK 0.560.340.00   0.02
XYZ37.479237.552596.5398
Yxy37.55250.21840.2189
Hunter Lab61.28011.9313-50.5086
CIE-Lab67.68955.9213-47.8453

#6ea6fb color RGB value is (110,166,251).

#6ea6fb hex color red value is 110, green value is 166 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6ea6fb hue: 0.60 , saturation: 0.95 and the lightness value of 6ea6fb is 0.71.

The process color (four color CMYK) of #6ea6fb color hex is 0.56, 0.34, 0.00, 0.02. Web safe color of #6ea6fb is #6699ff. Color #6ea6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100110 11111011
Octal 156 246 373
Decimal 110 166 251
Hex 6E A6 FB

RGB Percentages of Color #6ea6fb

%20.87
%31.50
%47.63

CMYK Percentages of Color #6ea6fb

%56
%34
%0
%2

Triadic Colors of #6ea6fb

#6ea6fb #fb6ea6 #a6fb6e

Analogous Colors of #6ea6fb

#6ea6fb #7d6efb #6eedfb

Monochromatic Colors of #6ea6fb

#6ea6fb

Complementary Color

#6ea6fb #fbc36e

#6ea6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea6fb Color CSS Codes

.mybgcolor {background-color:#6ea6fb; } 
.myforecolor {color:#6ea6fb; }
.mybordercolor {border:3px solid #6ea6fb; }

#6ea6fb Text Font Color

<p style="color:#6ea6fb">Text here</p>

This sample text font color is #6ea6fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6ea6fb Background Color

<div style="background-color:#6ea6fb">
Div content here</div>

This div background color is #6ea6fb


#6ea6fb Border Color

<div style="border:3px solid #6ea6fb">
Div here</div>

This div border color is #6ea6fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,166,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ea6fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ea6fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6ea6fb;
  box-shadow:         1px 1px 3px 2px #6ea6fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,166,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6ea6fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6ea6fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6ea6fb;
  box-shadow:         1px 1px 3px 2px #6ea6fb;">
Div content here</div>

This div box has shadow with color #6ea6fb


Comments

No comments written yet.

Please login to write comment.