Color Hex Logo

#6e62be Color Hex

#6E62BE
(110,98,190)
0 Favorites   0 Comments

Color spaces of #6e62be

RGB 11098190
HSL0.690.410.56
HSV248°48°75°
CMYK 0.420.480.00   0.25
XYZ20.092415.768150.6998
Yxy15.76810.23210.1822
Hunter Lab39.709120.8284-47.9040
CIE-Lab46.668827.7285-46.9672

#6e62be color RGB value is (110,98,190).

#6e62be hex color red value is 110, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6e62be hue: 0.69 , saturation: 0.41 and the lightness value of 6e62be is 0.56.

The process color (four color CMYK) of #6e62be color hex is 0.42, 0.48, 0.00, 0.25. Web safe color of #6e62be is #6666cc. Color #6e62be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100010 10111110
Octal 156 142 276
Decimal 110 98 190
Hex 6E 62 BE

RGB Percentages of Color #6e62be

%27.64
%24.62
%47.74

CMYK Percentages of Color #6e62be

%42
%48
%0
%25

Triadic Colors of #6e62be

#6e62be #be6e62 #62be6e

Analogous Colors of #6e62be

#6e62be #9c62be #6284be

Monochromatic Colors of #6e62be

#6e62be

Complementary Color

#6e62be #b2be62

#6e62be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e62be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e62be Color CSS Codes

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

#6e62be Text Font Color

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

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


#6e62be Background Color

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

This div background color is #6e62be


#6e62be Border Color

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

This div border color is #6e62be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e62be


Comments

No comments written yet.

Please login to write comment.