Color Hex Logo

#6e89de Color Hex

#6E89DE
(110,137,222)
0 Favorites   0 Comments

Color spaces of #6e89de

RGB 110137222
HSL0.630.630.65
HSV226°50°87°
CMYK 0.500.380.00   0.13
XYZ28.560926.480272.7131
Yxy26.48020.22360.2073
Hunter Lab51.45899.0186-47.7574
CIE-Lab58.490113.8216-46.3847

#6e89de color RGB value is (110,137,222).

#6e89de hex color red value is 110, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6e89de hue: 0.63 , saturation: 0.63 and the lightness value of 6e89de is 0.65.

The process color (four color CMYK) of #6e89de color hex is 0.50, 0.38, 0.00, 0.13. Web safe color of #6e89de is #6699cc. Color #6e89de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10001001 11011110
Octal 156 211 336
Decimal 110 137 222
Hex 6E 89 DE

RGB Percentages of Color #6e89de

%23.45
%29.21
%47.33

CMYK Percentages of Color #6e89de

%50
%38
%0
%13

Triadic Colors of #6e89de

#6e89de #de6e89 #89de6e

Analogous Colors of #6e89de

#6e89de #8b6ede #6ec1de

Monochromatic Colors of #6e89de

#6e89de

Complementary Color

#6e89de #dec36e

#6e89de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e89de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e89de Color CSS Codes

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

#6e89de Text Font Color

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

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


#6e89de Background Color

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

This div background color is #6e89de


#6e89de Border Color

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

This div border color is #6e89de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e89de


Comments

No comments written yet.

Please login to write comment.