COLOR #6A0F97

HEX: #6A0F97
RGB: (106,15,151)

Color info

#6A0F97 contains mainly red and blue colors. Web safe color of #6A0F97 is #660099 (or #609).

RGB color model

#6A0F97 color RGB value is (106,15,151).

  • red value is 106;
  • green value is 15;
  • blue value is 151.
RGB:
(106,15,151)
(42%,6%,59%)

RGB channels and saturation

R 106 of 255 = 42%
G 15 of 255 = 6%
B 151 of 255 = 59%

106
15
151

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

Portions of RGB colors in percentages

R + G + B =
106 + 15 + 151 = 272 (100%)
R 106 of 272 ~ 38.97%
G 15 of 272 ~ 5.51%
B 151 of 272 ~ 55.51%

%38.97
%55.51

CMYK color model

#6A0F97 color CMYK value is (30,90,0,41).

  • cyan value is 29.80%
  • magenta value is 90.07%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(30,90,0,41)
C30M90Y0K41 
(30%,90%,0%,41%)
(0.30/0.90/0.00/0.41)	

CMYK percentages

%29.8
%90.07
%0
%40.78

Codes

Color #6A0F97 in popluar color models

6A0F97
RGB10615151
HSL280°81.93%32.55%
HSB/HSV280°90.07%59.22%
CMYK29.80%90.07%0.00%
40.78%

Color #6A0F97 in popluar number systems.

HEX6A0F97
Decimal10615151
Binary1101010111110010111
Octal15217227

Shades and tints

Shades of #6A0F97

#6A0F97
(106,15,151)
#610E8A
(97,14,138)
#580D7D
(88,13,125)
#4F0C70
(79,12,112)
#460B63
(70,11,99)
#3D0A56
(61,10,86)
#340949
(52,9,73)
#2B083C
(43,8,60)
#22072F
(34,7,47)
#190622
(25,6,34)
#100515
(16,5,21)
#000000
(0,0,0)

Tints of #6A0F97

#6A0F97
(106,15,151)
#7724A0
(119,36,160)
#8439A9
(132,57,169)
#914EB2
(145,78,178)
#9E63BB
(158,99,187)
#AB78C4
(171,120,196)
#B88DCD
(184,141,205)
#C5A2D6
(197,162,214)
#D2B7DF
(210,183,223)
#DFCCE8
(223,204,232)
#ECE1F1
(236,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0F97 color. Also use rgb(106,15,151) instead hex code.

Text Font Color

.myTextColor { color: #6A0F97; }

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

This text font color is #6A0F97.


Background Color

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

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

This div background color is #6A0F97.


Border color

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

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

This div border color is #6A0F97.


Opacity

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

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

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

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

This text has shadow with #6A0F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0F97 on black background.


Color preview on white background

This text has color #6A0F97 on white background.



Black color preview on #6A0F97 background

This text has black color on #6A0F97 background.


White color preview on #6A0F97 background

This text has white color on #6A0F97 background.