COLOR #6A2230

HEX: #6A2230 RGB: (106,34,48)

Color info

#6A2230 contains mainly red and blue colors. Web safe color of #6A2230 is #663333 (or #633).

RGB color model

#6A2230 color RGB value is (106,34,48).

RGB: (106,34,48) (42%, 13%, 19%)

RGB channels and saturation

R 106 of 255 = 42%
G 34 of 255 = 13%
B 48 of 255 = 19%

106
34
48

R + G + B ~ 25%. #6A2230 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 34 + 48 = 188 (100%)
R 106 of 188 ~ 56.38%
G 34 of 188 ~ 18.09%
B 48 of 188 ~ 25.53'%

%56.38
%18.09
%25.53

CMYK color model

#6A2230 color CMYK value is (0,68,55,58).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 54.72%
  • key color value is 58.43%

CMYK: (0,68,55,58)
C0M68Y55K58 (0%, 68%, 55%, 58%)
(0.00 / 0.68 / 0.55 / 0.58)

CMYK percentages

%0
%67.92
%54.72
%58.43

Codes

Color #6A2230 in popluar color models

6A 22 30
RGB 106 34 48
HSL 348° 51.43% 27.45%
HSB/HSV 348° 67.92% 41.57%
CMYK 0.00% 67.92% 54.72%
58.43%

Color #6A2230 in popluar number systems.

HEX 6A 22 30
Decimal 106 34 48
Binary 1101010 100010 110000
Octal 152 42 60

Shades and tints

Shades of #6A2230

#6A2230
(106,34,48)
#611F2C
(97,31,44)
#581C28
(88,28,40)
#4F1924
(79,25,36)
#461620
(70,22,32)
#3D131C
(61,19,28)
#341018
(52,16,24)
#2B0D14
(43,13,20)
#220A10
(34,10,16)
#19070C
(25,7,12)
#100408
(16,4,8)
#000000
(0,0,0)

Tints of #6A2230

#6A2230
(106,34,48)
#773642
(119,54,66)
#844A54
(132,74,84)
#915E66
(145,94,102)
#9E7278
(158,114,120)
#AB868A
(171,134,138)
#B89A9C
(184,154,156)
#C5AEAE
(197,174,174)
#D2C2C0
(210,194,192)
#DFD6D2
(223,214,210)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2230 color. Also use rgb(106,34,48) instead hex code.

Text Font Color

.myTextColor { color: #6A2230; }

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

This text font color is #6A2230.

Background Color

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

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

This div background color is #6A2230.

Border color

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

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

This div border color is #6A2230.

Opacity

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

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

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

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

This text has shadow with #6A2230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A2230.

Preview

Color preview on black background

This text has color #6A2230 on black background.


Color preview on white background

This text has color #6A2230 on white background.


Black color preview on #6A2230 background

This text has black color on #6A2230 background.


White color preview on #6A2230 background

This text has white color on #6A2230 background.


Related colors

Complementary color

Complementary color for #hex is #95DDCF.


I love getcolorcode.com

Triadic colors

1 #306A22 and #22306A with #6A2230 are triadic colors.

2 #30226A and #226A30 with #6A2230 are triadic colors.