Color Hex Logo

#6874ea Color Hex

#6874EA
(104,116,234)
0 Favorites   0 Comments

Color spaces of #6874ea

RGB 104116234
HSL0.650.760.66
HSV234°56°92°
CMYK 0.560.500.00   0.08
XYZ26.805621.374480.5548
Yxy21.37440.20820.1660
Hunter Lab46.232522.5876-70.9434
CIE-Lab53.356828.9413-61.3061

#6874ea color RGB value is (104,116,234).

#6874ea hex color red value is 104, green value is 116 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6874ea hue: 0.65 , saturation: 0.76 and the lightness value of 6874ea is 0.66.

The process color (four color CMYK) of #6874ea color hex is 0.56, 0.50, 0.00, 0.08. Web safe color of #6874ea is #6666ff. Color #6874ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110100 11101010
Octal 150 164 352
Decimal 104 116 234
Hex 68 74 EA

RGB Percentages of Color #6874ea

%22.91
%25.55
%51.54

CMYK Percentages of Color #6874ea

%56
%50
%0
%8

Triadic Colors of #6874ea

#6874ea #ea6874 #74ea68

Analogous Colors of #6874ea

#6874ea #9d68ea #68b5ea

Monochromatic Colors of #6874ea

#6874ea

Complementary Color

#6874ea #eade68

#6874ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6874ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6874ea Color CSS Codes

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

#6874ea Text Font Color

<p style="color:#6874ea">Text here</p>

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


#6874ea Background Color

<div style="background-color:#6874ea">
Div content here</div>

This div background color is #6874ea


#6874ea Border Color

<div style="border:3px solid #6874ea">
Div here</div>

This div border color is #6874ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,116,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6874ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6874ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6874ea;
  box-shadow:         1px 1px 3px 2px #6874ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6874ea


Comments

No comments written yet.

Please login to write comment.