Color Hex Logo

#6e9dbb Color Hex

#6E9DBB
(110,157,187)
0 Favorites   0 Comments

Color spaces of #6e9dbb

RGB 110157187
HSL0.560.360.58
HSV203°41°73°
CMYK 0.410.160.00   0.27
XYZ27.457031.016851.5534
Yxy31.01680.24950.2819
Hunter Lab55.6927-9.4602-15.8984
CIE-Lab62.5218-7.9281-20.4995

#6e9dbb color RGB value is (110,157,187).

#6e9dbb hex color red value is 110, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6e9dbb hue: 0.56 , saturation: 0.36 and the lightness value of 6e9dbb is 0.58.

The process color (four color CMYK) of #6e9dbb color hex is 0.41, 0.16, 0.00, 0.27. Web safe color of #6e9dbb is #6699cc. Color #6e9dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10011101 10111011
Octal 156 235 273
Decimal 110 157 187
Hex 6E 9D BB

RGB Percentages of Color #6e9dbb

%24.23
%34.58
%41.19

CMYK Percentages of Color #6e9dbb

%41
%16
%0
%27

Triadic Colors of #6e9dbb

#6e9dbb #bb6e9d #9dbb6e

Analogous Colors of #6e9dbb

#6e9dbb #6e77bb #6ebbb3

Monochromatic Colors of #6e9dbb

#6e9dbb

Complementary Color

#6e9dbb #bb8c6e

#6e9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e9dbb Color CSS Codes

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

#6e9dbb Text Font Color

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

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


#6e9dbb Background Color

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

This div background color is #6e9dbb


#6e9dbb Border Color

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

This div border color is #6e9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e9dbb


Comments

No comments written yet.

Please login to write comment.