COLOR #6A096B

HEX: #6A096B
RGB: (106,9,107)

Color info

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

RGB color model

#6A096B color RGB value is (106,9,107).

  • red value is 106;
  • green value is 9;
  • blue value is 107.
RGB:
(106,9,107)
(42%,4%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 9 of 255 = 4%
B 107 of 255 = 42%

106
9
107

R + G + B ~ 29%. #6A096B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 9 + 107 = 222 (100%)
R 106 of 222 ~ 47.75%
G 9 of 222 ~ 4.05%
B 107 of 222 ~ 48.2%

%47.75
%48.2

CMYK color model

#6A096B color CMYK value is (1,92,0,58).

  • cyan value is 0.93%
  • magenta value is 91.59%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,92,0,58)
C1M92Y0K58 
(1%,92%,0%,58%)
(0.01/0.92/0.00/0.58)	

CMYK percentages

%0.93
%91.59
%0
%58.04

Codes

Color #6A096B in popluar color models

6A096B
RGB1069107
HSL299°84.48%22.75%
HSB/HSV299°91.59%41.96%
CMYK0.93%91.59%0.00%
58.04%

Color #6A096B in popluar number systems.

HEX6A096B
Decimal1069107
Binary110101010011101011
Octal15211153

Shades and tints

Shades of #6A096B

#6A096B
(106,9,107)
#610962
(97,9,98)
#580959
(88,9,89)
#4F0950
(79,9,80)
#460947
(70,9,71)
#3D093E
(61,9,62)
#340935
(52,9,53)
#2B092C
(43,9,44)
#220923
(34,9,35)
#19091A
(25,9,26)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #6A096B

#6A096B
(106,9,107)
#771F78
(119,31,120)
#843585
(132,53,133)
#914B92
(145,75,146)
#9E619F
(158,97,159)
#AB77AC
(171,119,172)
#B88DB9
(184,141,185)
#C5A3C6
(197,163,198)
#D2B9D3
(210,185,211)
#DFCFE0
(223,207,224)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A096B color. Also use rgb(106,9,107) instead hex code.

Text Font Color

.myTextColor { color: #6A096B; }

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

This text font color is #6A096B.


Background Color

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

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

This div background color is #6A096B.


Border color

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

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

This div border color is #6A096B.


Opacity

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

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

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

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

This text has shadow with #6A096B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A096B on black background.


Color preview on white background

This text has color #6A096B on white background.



Black color preview on #6A096B background

This text has black color on #6A096B background.


White color preview on #6A096B background

This text has white color on #6A096B background.