COLOR #6B2A66

HEX: #6B2A66
RGB: (107,42,102)

Color info

#6B2A66 contains mainly red and blue colors. Web safe color of #6B2A66 is #663366 (or #636).

RGB color model

#6B2A66 color RGB value is (107,42,102).

  • red value is 107;
  • green value is 42;
  • blue value is 102.
RGB:
(107,42,102)
(42%,16%,40%)

RGB channels and saturation

R 107 of 255 = 42%
G 42 of 255 = 16%
B 102 of 255 = 40%

107
42
102

R + G + B ~ 33%. #6B2A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 42 + 102 = 251 (100%)
R 107 of 251 ~ 42.63%
G 42 of 251 ~ 16.73%
B 102 of 251 ~ 40.64%

%42.63
%16.73
%40.64

CMYK color model

#6B2A66 color CMYK value is (0,61,5,58).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 4.67%
  • key color value is 58.04%
CMYK:
(0,61,5,58)
C0M61Y5K58 
(0%,61%,5%,58%)
(0.00/0.61/0.05/0.58)	

CMYK percentages

%0
%60.75
%4.67
%58.04

Codes

Color #6B2A66 in popluar color models

6B2A66
RGB10742102
HSL305°43.62%29.22%
HSB/HSV305°60.75%41.96%
CMYK0.00%60.75%4.67%
58.04%

Color #6B2A66 in popluar number systems.

HEX6B2A66
Decimal10742102
Binary11010111010101100110
Octal15352146

Shades and tints

Shades of #6B2A66

#6B2A66
(107,42,102)
#62275D
(98,39,93)
#592454
(89,36,84)
#50214B
(80,33,75)
#471E42
(71,30,66)
#3E1B39
(62,27,57)
#351830
(53,24,48)
#2C1527
(44,21,39)
#23121E
(35,18,30)
#1A0F15
(26,15,21)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B2A66

#6B2A66
(107,42,102)
#783D73
(120,61,115)
#855080
(133,80,128)
#92638D
(146,99,141)
#9F769A
(159,118,154)
#AC89A7
(172,137,167)
#B99CB4
(185,156,180)
#C6AFC1
(198,175,193)
#D3C2CE
(211,194,206)
#E0D5DB
(224,213,219)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2A66 color. Also use rgb(107,42,102) instead hex code.

Text Font Color

.myTextColor { color: #6B2A66; }

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

This text font color is #6B2A66.


Background Color

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

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

This div background color is #6B2A66.


Border color

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

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

This div border color is #6B2A66.


Opacity

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

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

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

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

This text has shadow with #6B2A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2A66 on black background.


Color preview on white background

This text has color #6B2A66 on white background.



Black color preview on #6B2A66 background

This text has black color on #6B2A66 background.


White color preview on #6B2A66 background

This text has white color on #6B2A66 background.