Color Hex Logo

#6e74da Color Hex

#6E74DA
(110,116,218)
0 Favorites   0 Comments

Color spaces of #6e74da

RGB 110116218
HSL0.660.590.64
HSV237°50°85°
CMYK 0.500.470.00   0.15
XYZ25.330720.867769.0225
Yxy20.86770.21980.1811
Hunter Lab45.681219.0381-57.6081
CIE-Lab52.804425.1949-53.1785

#6e74da color RGB value is (110,116,218).

#6e74da hex color red value is 110, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6e74da hue: 0.66 , saturation: 0.59 and the lightness value of 6e74da is 0.64.

The process color (four color CMYK) of #6e74da color hex is 0.50, 0.47, 0.00, 0.15. Web safe color of #6e74da is #6666cc. Color #6e74da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01110100 11011010
Octal 156 164 332
Decimal 110 116 218
Hex 6E 74 DA

RGB Percentages of Color #6e74da

%24.77
%26.13
%49.10

CMYK Percentages of Color #6e74da

%50
%47
%0
%15

Triadic Colors of #6e74da

#6e74da #da6e74 #74da6e

Analogous Colors of #6e74da

#6e74da #9e6eda #6eaada

Monochromatic Colors of #6e74da

#6e74da

Complementary Color

#6e74da #dad46e

#6e74da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e74da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e74da Color CSS Codes

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

#6e74da Text Font Color

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

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


#6e74da Background Color

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

This div background color is #6e74da


#6e74da Border Color

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

This div border color is #6e74da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e74da


Comments

No comments written yet.

Please login to write comment.