Color Hex Logo

#6679ea Color Hex

#6679EA
(102,121,234)
0 Favorites   0 Comments

Color spaces of #6679ea

RGB 102121234
HSL0.640.760.66
HSV231°56°92°
CMYK 0.560.480.00   0.08
XYZ27.168122.440080.7413
Yxy22.44000.20840.1722
Hunter Lab47.370919.4741-67.8972
CIE-Lab54.490825.5251-59.4906

#6679ea color RGB value is (102,121,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111001 11101010
Octal 146 171 352
Decimal 102 121 234
Hex 66 79 EA

RGB Percentages of Color #6679ea

%22.32
%26.48
%51.20

CMYK Percentages of Color #6679ea

%56
%48
%0
%8

Triadic Colors of #6679ea

#6679ea #ea6679 #79ea66

Analogous Colors of #6679ea

#6679ea #9566ea #66bbea

Monochromatic Colors of #6679ea

#6679ea

Complementary Color

#6679ea #ead766

#6679ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6679ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6679ea Color CSS Codes

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

#6679ea Text Font Color

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

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


#6679ea Background Color

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

This div background color is #6679ea


#6679ea Border Color

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

This div border color is #6679ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,121,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 #6679ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6679ea


Comments

No comments written yet.

Please login to write comment.