COLOR #6A0CB8

HEX: #6A0CB8 RGB: (106,12,184)

Color info

#6A0CB8 contains mainly blue color. Web safe color of #6A0CB8 is #6600CC (or #60C).

RGB color model

#6A0CB8 color RGB value is (106,12,184).

RGB: (106,12,184) (42%, 5%, 72%)

RGB channels and saturation

R 106 of 255 = 42%
G 12 of 255 = 5%
B 184 of 255 = 72%

106
12
184

R + G + B ~ 40%. #6A0CB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 12 + 184 = 302 (100%)
R 106 of 302 ~ 35.1%
G 12 of 302 ~ 3.97%
B 184 of 302 ~ 60.93'%

%35.1
%60.93

CMYK color model

#6A0CB8 color CMYK value is (42,93,0,28).

  • cyan value is 42.39%
  • magenta value is 93.48%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (42,93,0,28)
C42M93Y0K28 (42%, 93%, 0%, 28%)
(0.42 / 0.93 / 0.00 / 0.28)

CMYK percentages

%42.39
%93.48
%0
%27.84

Codes

Color #6A0CB8 in popluar color models

6A 0C B8
RGB 106 12 184
HSL 273° 87.76% 38.43%
HSB/HSV 273° 93.48% 72.16%
CMYK 42.39% 93.48% 0.00%
27.84%

Color #6A0CB8 in popluar number systems.

HEX 6A 0C B8
Decimal 106 12 184
Binary 1101010 1100 10111000
Octal 152 14 270

Shades and tints

Shades of #6A0CB8

#6A0CB8
(106,12,184)
#610BA8
(97,11,168)
#580A98
(88,10,152)
#4F0988
(79,9,136)
#460878
(70,8,120)
#3D0768
(61,7,104)
#340658
(52,6,88)
#2B0548
(43,5,72)
#220438
(34,4,56)
#190328
(25,3,40)
#100218
(16,2,24)
#000000
(0,0,0)

Tints of #6A0CB8

#6A0CB8
(106,12,184)
#7722BE
(119,34,190)
#8438C4
(132,56,196)
#914ECA
(145,78,202)
#9E64D0
(158,100,208)
#AB7AD6
(171,122,214)
#B890DC
(184,144,220)
#C5A6E2
(197,166,226)
#D2BCE8
(210,188,232)
#DFD2EE
(223,210,238)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0CB8 color. Also use rgb(106,12,184) instead hex code.

Text Font Color

.myTextColor { color: #6A0CB8; }

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

This text font color is #6A0CB8.

Background Color

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

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

This div background color is #6A0CB8.

Border color

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

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

This div border color is #6A0CB8.

Opacity

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

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

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

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

This text has shadow with #6A0CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A0CB8.

Preview

Color preview on black background

This text has color #6A0CB8 on black background.


Color preview on white background

This text has color #6A0CB8 on white background.


Black color preview on #6A0CB8 background

This text has black color on #6A0CB8 background.


White color preview on #6A0CB8 background

This text has white color on #6A0CB8 background.


Related colors

Complementary color

Complementary color for #hex is #95F347.


I love getcolorcode.com

Triadic colors

1 #B86A0C and #0CB86A with #6A0CB8 are triadic colors.

2 #B80C6A and #0C6AB8 with #6A0CB8 are triadic colors.