COLOR #6A1475

HEX: #6A1475
RGB: (106,20,117)

Color info

#6A1475 contains mainly red and blue colors. Web safe color of #6A1475 is #660066 (or #606).

RGB color model

#6A1475 color RGB value is (106,20,117).

  • red value is 106;
  • green value is 20;
  • blue value is 117.
RGB:
(106,20,117)
(42%,8%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 20 of 255 = 8%
B 117 of 255 = 46%

106
20
117

R + G + B ~ 32%. #6A1475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 20 + 117 = 243 (100%)
R 106 of 243 ~ 43.62%
G 20 of 243 ~ 8.23%
B 117 of 243 ~ 48.15%

%43.62
%48.15

CMYK color model

#6A1475 color CMYK value is (9,83,0,54).

  • cyan value is 9.40%
  • magenta value is 82.91%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(9,83,0,54)
C9M83Y0K54 
(9%,83%,0%,54%)
(0.09/0.83/0.00/0.54)	

CMYK percentages

%9.4
%82.91
%0
%54.12

Codes

Color #6A1475 in popluar color models

6A1475
RGB10620117
HSL293°70.80%26.86%
HSB/HSV293°82.91%45.88%
CMYK9.40%82.91%0.00%
54.12%

Color #6A1475 in popluar number systems.

HEX6A1475
Decimal10620117
Binary1101010101001110101
Octal15224165

Shades and tints

Shades of #6A1475

#6A1475
(106,20,117)
#61136B
(97,19,107)
#581261
(88,18,97)
#4F1157
(79,17,87)
#46104D
(70,16,77)
#3D0F43
(61,15,67)
#340E39
(52,14,57)
#2B0D2F
(43,13,47)
#220C25
(34,12,37)
#190B1B
(25,11,27)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #6A1475

#6A1475
(106,20,117)
#772981
(119,41,129)
#843E8D
(132,62,141)
#915399
(145,83,153)
#9E68A5
(158,104,165)
#AB7DB1
(171,125,177)
#B892BD
(184,146,189)
#C5A7C9
(197,167,201)
#D2BCD5
(210,188,213)
#DFD1E1
(223,209,225)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1475 color. Also use rgb(106,20,117) instead hex code.

Text Font Color

.myTextColor { color: #6A1475; }

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

This text font color is #6A1475.


Background Color

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

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

This div background color is #6A1475.


Border color

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

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

This div border color is #6A1475.


Opacity

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

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

Text with #6A1475 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 #6A1475;}

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

This text has shadow with #6A1475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1475 on black background.


Color preview on white background

This text has color #6A1475 on white background.



Black color preview on #6A1475 background

This text has black color on #6A1475 background.


White color preview on #6A1475 background

This text has white color on #6A1475 background.