color codes Logo

#6e8dbf color codes

#6E8DBF
(110,141,191)
0 Favorites   0 Comments

Color spaces of #6e8dbf

RGB 110141191
HSL0.600.390.59
HSV217°42°75°
CMYK 0.420.260.00   0.25
XYZ25.359326.126352.9965
Yxy26.12630.24270.2501
Hunter Lab51.1139-0.8895-25.6940
CIE-Lab58.15672.2455-29.4666

#6e8dbf color RGB value is (110,141,191).

#6e8dbf hex color red value is 110, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6e8dbf hue: 0.60 , saturation: 0.39 and the lightness value of 6e8dbf is 0.59.

The process color (four color CMYK) of #6e8dbf color code is 0.42, 0.26, 0.00, 0.25. Web safe color of #6e8dbf is #6699cc. Color #6e8dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001101 10111111
Octal 156 215 277
Decimal 110 141 191
Hex 6E 8D BF

RGB Percentages of Color #6e8dbf

%24.89
%31.90
%43.21

CMYK Percentages of Color #6e8dbf

%42
%26
%0
%25

Triadic Colors of #6e8dbf

#6e8dbf #bf6e8d #8dbf6e

Analogous Colors of #6e8dbf

#6e8dbf #786ebf #6eb6bf

Monochromatic Colors of #6e8dbf

#6e8dbf

Complementary Color

#6e8dbf #bfa06e

#6e8dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e8dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e8dbf Color CSS Codes

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

#6e8dbf Text Font Color

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

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


#6e8dbf Background Color

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

This div background color is #6e8dbf


#6e8dbf Border Color

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

This div border color is #6e8dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e8dbf


Comments

No comments written yet.

Please login to write comment.