COLOR #6A0A67

HEX: #6A0A67
RGB: (106,10,103)

Color info

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

RGB color model

#6A0A67 color RGB value is (106,10,103).

  • red value is 106;
  • green value is 10;
  • blue value is 103.
RGB:
(106,10,103)
(42%,4%,40%)

RGB channels and saturation

R 106 of 255 = 42%
G 10 of 255 = 4%
B 103 of 255 = 40%

106
10
103

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

Portions of RGB colors in percentages

R + G + B =
106 + 10 + 103 = 219 (100%)
R 106 of 219 ~ 48.4%
G 10 of 219 ~ 4.57%
B 103 of 219 ~ 47.03%

%48.4
%47.03

CMYK color model

#6A0A67 color CMYK value is (0,91,3,58).

  • cyan value is 0.00%
  • magenta value is 90.57%
  • yellow value is 2.83%
  • key color value is 58.43%
CMYK:
(0,91,3,58)
C0M91Y3K58 
(0%,91%,3%,58%)
(0.00/0.91/0.03/0.58)	

CMYK percentages

%0
%90.57
%2.83
%58.43

Codes

Color #6A0A67 in popluar color models

6A0A67
RGB10610103
HSL302°82.76%22.75%
HSB/HSV302°90.57%41.57%
CMYK0.00%90.57%2.83%
58.43%

Color #6A0A67 in popluar number systems.

HEX6A0A67
Decimal10610103
Binary110101010101100111
Octal15212147

Shades and tints

Shades of #6A0A67

#6A0A67
(106,10,103)
#610A5E
(97,10,94)
#580A55
(88,10,85)
#4F0A4C
(79,10,76)
#460A43
(70,10,67)
#3D0A3A
(61,10,58)
#340A31
(52,10,49)
#2B0A28
(43,10,40)
#220A1F
(34,10,31)
#190A16
(25,10,22)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #6A0A67

#6A0A67
(106,10,103)
#772074
(119,32,116)
#843681
(132,54,129)
#914C8E
(145,76,142)
#9E629B
(158,98,155)
#AB78A8
(171,120,168)
#B88EB5
(184,142,181)
#C5A4C2
(197,164,194)
#D2BACF
(210,186,207)
#DFD0DC
(223,208,220)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0A67 color. Also use rgb(106,10,103) instead hex code.

Text Font Color

.myTextColor { color: #6A0A67; }

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

This text font color is #6A0A67.


Background Color

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

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

This div background color is #6A0A67.


Border color

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

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

This div border color is #6A0A67.


Opacity

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

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

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

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

This text has shadow with #6A0A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0A67 on black background.


Color preview on white background

This text has color #6A0A67 on white background.



Black color preview on #6A0A67 background

This text has black color on #6A0A67 background.


White color preview on #6A0A67 background

This text has white color on #6A0A67 background.