Color Hex Logo

#6e8eb4 Color Hex

#6E8EB4
(110,142,180)
0 Favorites   0 Comments

Color spaces of #6e8eb4

RGB 110142180
HSL0.590.320.57
HSV213°39°71°
CMYK 0.390.210.00   0.29
XYZ24.341625.956346.9071
Yxy25.95630.25040.2670
Hunter Lab50.9473-3.8741-18.9251
CIE-Lab57.9955-1.4245-23.4722

#6e8eb4 color RGB value is (110,142,180).

#6e8eb4 hex color red value is 110, green value is 142 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #6e8eb4 hue: 0.59 , saturation: 0.32 and the lightness value of 6e8eb4 is 0.57.

The process color (four color CMYK) of #6e8eb4 color hex is 0.39, 0.21, 0.00, 0.29. Web safe color of #6e8eb4 is #6699cc. Color #6e8eb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001110 10110100
Octal 156 216 264
Decimal 110 142 180
Hex 6E 8E B4

RGB Percentages of Color #6e8eb4

%25.46
%32.87
%41.67

CMYK Percentages of Color #6e8eb4

%39
%21
%0
%29

Triadic Colors of #6e8eb4

#6e8eb4 #b46e8e #8eb46e

Analogous Colors of #6e8eb4

#6e8eb4 #716eb4 #6eb1b4

Monochromatic Colors of #6e8eb4

#6e8eb4

Complementary Color

#6e8eb4 #b4946e

#6e8eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8eb4 Color CSS Codes

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

#6e8eb4 Text Font Color

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

This sample text font color is #6e8eb4
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.


#6e8eb4 Background Color

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

This div background color is #6e8eb4


#6e8eb4 Border Color

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

This div border color is #6e8eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8eb4


Comments

No comments written yet.

Please login to write comment.