COLOR #6A096D

HEX: #6A096D
RGB: (106,9,109)

Color info

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

RGB color model

#6A096D color RGB value is (106,9,109).

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

RGB channels and saturation

R 106 of 255 = 42%
G 9 of 255 = 4%
B 109 of 255 = 43%

106
9
109

R + G + B ~ 30%. #6A096D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 9 + 109 = 224 (100%)
R 106 of 224 ~ 47.32%
G 9 of 224 ~ 4.02%
B 109 of 224 ~ 48.66%

%47.32
%48.66

CMYK color model

#6A096D color CMYK value is (3,92,0,57).

  • cyan value is 2.75%
  • magenta value is 91.74%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (3,92,0,57) C3M92Y0K57 (3%,92%,0%,57%) (0.03/0.92/0.00/0.57)

CMYK percentages

%2.75
%91.74
%0
%57.25

Codes

Color #6A096D in popluar color models

6A096D
RGB1069109
HSL298°84.75%23.14%
HSB/HSV298°91.74%42.75%
CMYK2.75%91.74%0.00%
57.25%

Color #6A096D in popluar number systems.

HEX6A096D
Decimal1069109
Binary110101010011101101
Octal15211155

Shades and tints

Shades of #6A096D

#6A096D
(106,9,109)
#610964
(97,9,100)
#58095B
(88,9,91)
#4F0952
(79,9,82)
#460949
(70,9,73)
#3D0940
(61,9,64)
#340937
(52,9,55)
#2B092E
(43,9,46)
#220925
(34,9,37)
#19091C
(25,9,28)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #6A096D

#6A096D
(106,9,109)
#771F7A
(119,31,122)
#843587
(132,53,135)
#914B94
(145,75,148)
#9E61A1
(158,97,161)
#AB77AE
(171,119,174)
#B88DBB
(184,141,187)
#C5A3C8
(197,163,200)
#D2B9D5
(210,185,213)
#DFCFE2
(223,207,226)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A096D; }

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

This text font color is #6A096D.


Background Color

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

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

This div background color is #6A096D.


Border color

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

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

This div border color is #6A096D.


Opacity

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

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

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

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

This text has shadow with #6A096D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A096D on black background.


Color preview on white background

This text has color #6A096D on white background.



Black color preview on #6A096D background

This text has black color on #6A096D background.


White color preview on #6A096D background

This text has white color on #6A096D background.