Color Hex Logo

#6e7dab Color Hex

#6E7DAB
(110,125,171)
0 Favorites   0 Comments

Color spaces of #6e7dab

RGB 110125171
HSL0.630.270.55
HSV225°36°67°
CMYK 0.360.270.00   0.33
XYZ21.114720.922541.4537
Yxy20.92250.25290.2506
Hunter Lab45.74112.3510-21.7138
CIE-Lab52.86465.9906-26.2223

#6e7dab color RGB value is (110,125,171).

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

The process color (four color CMYK) of #6e7dab color hex is 0.36, 0.27, 0.00, 0.33. Web safe color of #6e7dab is #666699. Color #6e7dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01111101 10101011
Octal 156 175 253
Decimal 110 125 171
Hex 6E 7D AB

RGB Percentages of Color #6e7dab

%27.09
%30.79
%42.12

CMYK Percentages of Color #6e7dab

%36
%27
%0
%33

Triadic Colors of #6e7dab

#6e7dab #ab6e7d #7dab6e

Analogous Colors of #6e7dab

#6e7dab #7e6eab #6e9cab

Monochromatic Colors of #6e7dab

#6e7dab

Complementary Color

#6e7dab #ab9c6e

#6e7dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e7dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e7dab Color CSS Codes

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

#6e7dab Text Font Color

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

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


#6e7dab Background Color

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

This div background color is #6e7dab


#6e7dab Border Color

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

This div border color is #6e7dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e7dab

#6e7dab Color Palettes


Comments

No comments written yet.

Please login to write comment.