Color Hex Logo

#6e7dbb Color Hex

#6E7DBB
(110,125,187)
0 Favorites   0 Comments

Color spaces of #6e7dbb

RGB 110125187
HSL0.630.360.58
HSV228°41°73°
CMYK 0.410.330.00   0.27
XYZ22.733721.570149.9790
Yxy21.57010.24110.2288
Hunter Lab46.44366.0977-31.2927
CIE-Lab53.567910.5091-34.3340

#6e7dbb color RGB value is (110,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111101 10111011
Octal 156 175 273
Decimal 110 125 187
Hex 6E 7D BB

RGB Percentages of Color #6e7dbb

%26.07
%29.62
%44.31

CMYK Percentages of Color #6e7dbb

%41
%33
%0
%27

Triadic Colors of #6e7dbb

#6e7dbb #bb6e7d #7dbb6e

Analogous Colors of #6e7dbb

#6e7dbb #866ebb #6ea4bb

Monochromatic Colors of #6e7dbb

#6e7dbb

Complementary Color

#6e7dbb #bbac6e

#6e7dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7dbb Color CSS Codes

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

#6e7dbb Text Font Color

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

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


#6e7dbb Background Color

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

This div background color is #6e7dbb


#6e7dbb Border Color

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

This div border color is #6e7dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,125,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 #6e7dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7dbb


Comments

No comments written yet.

Please login to write comment.