Color Hex Logo

#6a7dfe Color Hex

#6A7DFE
(106,125,254)
0 Favorites   0 Comments

Color spaces of #6a7dfe

RGB 106125254
HSL0.650.990.71
HSV232°58°100°
CMYK 0.580.510.00   0.00
XYZ31.166924.887296.9270
Yxy24.88720.20370.1627
Hunter Lab49.887124.2153-80.2753
CIE-Lab56.965330.2845-66.5917

#6a7dfe color RGB value is (106,125,254).

#6a7dfe hex color red value is 106, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6a7dfe hue: 0.65 , saturation: 0.99 and the lightness value of 6a7dfe is 0.71.

The process color (four color CMYK) of #6a7dfe color hex is 0.58, 0.51, 0.00, 0.00. Web safe color of #6a7dfe is #6666ff. Color #6a7dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01111101 11111110
Octal 152 175 376
Decimal 106 125 254
Hex 6A 7D FE

RGB Percentages of Color #6a7dfe

%21.86
%25.77
%52.37

CMYK Percentages of Color #6a7dfe

%58
%51
%0
%0

Triadic Colors of #6a7dfe

#6a7dfe #fe6a7d #7dfe6a

Analogous Colors of #6a7dfe

#6a7dfe #a16afe #6ac7fe

Monochromatic Colors of #6a7dfe

#6a7dfe

Complementary Color

#6a7dfe #feeb6a

#6a7dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a7dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a7dfe Color CSS Codes

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

#6a7dfe Text Font Color

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

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


#6a7dfe Background Color

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

This div background color is #6a7dfe


#6a7dfe Border Color

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

This div border color is #6a7dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,125,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a7dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a7dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #6a7dfe;
  box-shadow:         1px 1px 3px 2px #6a7dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,125,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a7dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.