Color Hex Logo

#6a35bf Color Hex

#6A35BF
(106,53,191)
0 Favorites   0 Comments

Color spaces of #6a35bf

RGB 10653191
HSL0.730.570.48
HSV263°72°75°
CMYK 0.450.720.00   0.25
XYZ16.62099.372050.2232
Yxy9.37200.21810.1230
Hunter Lab30.613743.3378-75.8383
CIE-Lab36.690952.4873-63.6832

#6a35bf color RGB value is (106,53,191).

#6a35bf hex color red value is 106, green value is 53 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6a35bf hue: 0.73 , saturation: 0.57 and the lightness value of 6a35bf is 0.48.

The process color (four color CMYK) of #6a35bf color hex is 0.45, 0.72, 0.00, 0.25. Web safe color of #6a35bf is #6633cc. Color #6a35bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110101 10111111
Octal 152 65 277
Decimal 106 53 191
Hex 6A 35 BF

RGB Percentages of Color #6a35bf

%30.29
%15.14
%54.57

CMYK Percentages of Color #6a35bf

%45
%72
%0
%25

Triadic Colors of #6a35bf

#6a35bf #bf6a35 #35bf6a

Analogous Colors of #6a35bf

#6a35bf #af35bf #3545bf

Monochromatic Colors of #6a35bf

#6a35bf

Complementary Color

#6a35bf #8abf35

#6a35bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a35bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a35bf Color CSS Codes

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

#6a35bf Text Font Color

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

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


#6a35bf Background Color

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

This div background color is #6a35bf


#6a35bf Border Color

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

This div border color is #6a35bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a35bf


Comments

No comments written yet.

Please login to write comment.