Color Hex Logo

#6a5dff Color Hex

#6A5DFF
(106,93,255)
1 Favorites   1 Comments

Color spaces of #6a5dff

RGB 10693255
HSL0.681.000.68
HSV245°64°100°
CMYK 0.580.640.00   0.00
XYZ27.908218.112996.6330
Yxy18.11290.19560.1270
Hunter Lab42.559342.5726-104.8296
CIE-Lab49.632849.4289-79.0394

#6a5dff color RGB value is (106,93,255).

#6a5dff hex color red value is 106, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6a5dff hue: 0.68 , saturation: 1.00 and the lightness value of 6a5dff is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01011101 11111111
Octal 152 135 377
Decimal 106 93 255
Hex 6A 5D FF

RGB Percentages of Color #6a5dff

%23.35
%20.48
%56.17

CMYK Percentages of Color #6a5dff

%58
%64
%0
%0

Triadic Colors of #6a5dff

#6a5dff #ff6a5d #5dff6a

Analogous Colors of #6a5dff

#6a5dff #bb5dff #5da1ff

Monochromatic Colors of #6a5dff

#6a5dff

Complementary Color

#6a5dff #f2ff5d

#6a5dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5dff Color CSS Codes

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

#6a5dff Text Font Color

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

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


#6a5dff Background Color

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

This div background color is #6a5dff


#6a5dff Border Color

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

This div border color is #6a5dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5dff


Comments

14 Apr 2024, 14:07 ColdHot

Indigo

Please login to write comment.