Color Hex Logo

#6a013f Color Hex

#6A013F
(106,1,63)
0 Favorites   0 Comments

Color spaces of #6a013f

RGB 106163
HSL0.900.980.21
HSV325°99°42°
CMYK 0.000.990.41   0.58
XYZ6.85193.44485.0064
Yxy3.44480.44770.2251
Hunter Lab18.560233.4169-3.0007
CIE-Lab21.743845.4057-6.5748

#6a013f color RGB value is (106,1,63).

#6a013f hex color red value is 106, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6a013f hue: 0.90 , saturation: 0.98 and the lightness value of 6a013f is 0.21.

The process color (four color CMYK) of #6a013f color hex is 0.00, 0.99, 0.41, 0.58. Web safe color of #6a013f is #660033. Color #6a013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000001 00111111
Octal 152 1 77
Decimal 106 1 63
Hex 6A 1 3F

RGB Percentages of Color #6a013f

%62.35
%0.59
%37.06

CMYK Percentages of Color #6a013f

%0
%99
%41
%58

Triadic Colors of #6a013f

#6a013f #3f6a01 #013f6a

Analogous Colors of #6a013f

#6a013f #6a010b #61016a

Monochromatic Colors of #6a013f

#6a013f

Complementary Color

#6a013f #016a2c

#6a013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a013f Color CSS Codes

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

#6a013f Text Font Color

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

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


#6a013f Background Color

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

This div background color is #6a013f


#6a013f Border Color

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

This div border color is #6a013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a013f


Comments

No comments written yet.

Please login to write comment.