COLOR #6A3077

HEX: #6A3077
RGB: (106,48,119)

Color info

#6A3077 contains mainly red and blue colors. Web safe color of #6A3077 is #663366 (or #636).

RGB color model

#6A3077 color RGB value is (106,48,119).

  • red value is 106;
  • green value is 48;
  • blue value is 119.
RGB:
(106,48,119)
(42%,19%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 48 of 255 = 19%
B 119 of 255 = 47%

106
48
119

R + G + B ~ 36%. #6A3077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 48 + 119 = 273 (100%)
R 106 of 273 ~ 38.83%
G 48 of 273 ~ 17.58%
B 119 of 273 ~ 43.59%

%38.83
%17.58
%43.59

CMYK color model

#6A3077 color CMYK value is (11,60,0,53).

  • cyan value is 10.92%
  • magenta value is 59.66%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(11,60,0,53)
C11M60Y0K53 
(11%,60%,0%,53%)
(0.11/0.60/0.00/0.53)	

CMYK percentages

%10.92
%59.66
%0
%53.33

Codes

Color #6A3077 in popluar color models

6A3077
RGB10648119
HSL289°42.51%32.75%
HSB/HSV289°59.66%46.67%
CMYK10.92%59.66%0.00%
53.33%

Color #6A3077 in popluar number systems.

HEX6A3077
Decimal10648119
Binary11010101100001110111
Octal15260167

Shades and tints

Shades of #6A3077

#6A3077
(106,48,119)
#612C6D
(97,44,109)
#582863
(88,40,99)
#4F2459
(79,36,89)
#46204F
(70,32,79)
#3D1C45
(61,28,69)
#34183B
(52,24,59)
#2B1431
(43,20,49)
#221027
(34,16,39)
#190C1D
(25,12,29)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #6A3077

#6A3077
(106,48,119)
#774283
(119,66,131)
#84548F
(132,84,143)
#91669B
(145,102,155)
#9E78A7
(158,120,167)
#AB8AB3
(171,138,179)
#B89CBF
(184,156,191)
#C5AECB
(197,174,203)
#D2C0D7
(210,192,215)
#DFD2E3
(223,210,227)
#ECE4EF
(236,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3077 color. Also use rgb(106,48,119) instead hex code.

Text Font Color

.myTextColor { color: #6A3077; }

<p style="color:#6A3077">This sample text font color is #6A3077.</p>

This text font color is #6A3077.


Background Color

.myBgColor { background-color: #6A3077; }

<div style="background-color:#6A3077">Inner text</div>

This div background color is #6A3077.


Border color

.myBorderColor { border: 1px solid #6A3077; }

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

This div border color is #6A3077.


Opacity

.myOpacity80 { color: #6A3077; opacity: 0.8; }

<p style="color:#6A3077;opacity:0.8;">80%</p>

Text with #6A3077 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6A3077;}

<p style="text-shadow: 3px 3px 1px #6A3077">Text here.</p>

This text has shadow with #6A3077 color.

.textShadow {text-shadow: 3px 3px 1px #6A3077, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6A3077, 5px 5px 20px red">Text here.</p>

This text has shadow with #6A3077 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A3077, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6A3077, Direction=45, Strength=4)">Text</p>

This text has shadow with #6A3077 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6A3077;
  -webkit-box-shadow:	1px 1px 3px 2px #6A3077;
  box-shadow:		1px 1px 3px 2px #6A3077;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A3077;
-webkit-box-shadow: 1px 1px 3px 2px #6A3077;
box-shadow:1px 1px 3px 2px #6A3077;">
Div content here</div>
This div box has shadow with color #6A3077.

Preview

Color preview on black background

This text has color #6A3077 on black background.


Color preview on white background

This text has color #6A3077 on white background.



Black color preview on #6A3077 background

This text has black color on #6A3077 background.


White color preview on #6A3077 background

This text has white color on #6A3077 background.