Color Hex Logo

#6a284b Color Hex

#6A284B
(106,40,75)
0 Favorites   0 Comments

Color spaces of #6a284b

RGB 1064075
HSL0.910.450.29
HSV328°62°42°
CMYK 0.000.620.29   0.58
XYZ7.97265.08987.2188
Yxy5.08980.39310.2510
Hunter Lab22.560623.5984-3.1788
CIE-Lab26.989133.5744-6.8274

#6a284b color RGB value is (106,40,75).

#6a284b hex color red value is 106, green value is 40 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6a284b hue: 0.91 , saturation: 0.45 and the lightness value of 6a284b is 0.29.

The process color (four color CMYK) of #6a284b color hex is 0.00, 0.62, 0.29, 0.58. Web safe color of #6a284b is #663333. Color #6a284b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00101000 01001011
Octal 152 50 113
Decimal 106 40 75
Hex 6A 28 4B

RGB Percentages of Color #6a284b

%47.96
%18.10
%33.94

CMYK Percentages of Color #6a284b

%0
%62
%29
%58

Triadic Colors of #6a284b

#6a284b #4b6a28 #284b6a

Analogous Colors of #6a284b

#6a284b #6a282a #68286a

Monochromatic Colors of #6a284b

#6a284b

Complementary Color

#6a284b #286a47

#6a284b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a284b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a284b Color CSS Codes

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

#6a284b Text Font Color

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

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


#6a284b Background Color

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

This div background color is #6a284b


#6a284b Border Color

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

This div border color is #6a284b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a284b


Comments

No comments written yet.

Please login to write comment.