Color Hex Logo

#6a61dc Color Hex

#6A61DC
(106,97,220)
0 Favorites   0 Comments

Color spaces of #6a61dc

RGB 10697220
HSL0.680.640.62
HSV244°56°86°
CMYK 0.520.560.00   0.14
XYZ23.136816.780969.7297
Yxy16.78090.21100.1530
Hunter Lab40.964529.1292-72.2482
CIE-Lab47.982836.4065-62.0764

#6a61dc color RGB value is (106,97,220).

#6a61dc hex color red value is 106, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6a61dc hue: 0.68 , saturation: 0.64 and the lightness value of 6a61dc is 0.62.

The process color (four color CMYK) of #6a61dc color hex is 0.52, 0.56, 0.00, 0.14. Web safe color of #6a61dc is #6666cc. Color #6a61dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01100001 11011100
Octal 152 141 334
Decimal 106 97 220
Hex 6A 61 DC

RGB Percentages of Color #6a61dc

%25.06
%22.93
%52.01

CMYK Percentages of Color #6a61dc

%52
%56
%0
%14

Triadic Colors of #6a61dc

#6a61dc #dc6a61 #61dc6a

Analogous Colors of #6a61dc

#6a61dc #a861dc #6196dc

Monochromatic Colors of #6a61dc

#6a61dc

Complementary Color

#6a61dc #d3dc61

#6a61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a61dc Color CSS Codes

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

#6a61dc Text Font Color

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

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


#6a61dc Background Color

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

This div background color is #6a61dc


#6a61dc Border Color

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

This div border color is #6a61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a61dc


Comments

No comments written yet.

Please login to write comment.