COLOR #6A437E

HEX: #6A437E
RGB: (106,67,126)

Color info

#6A437E contains red, green and blue colors in about the same proportion. Web safe color of #6A437E is #663366 (or #636).

RGB color model

#6A437E color RGB value is (106,67,126).

  • red value is 106;
  • green value is 67;
  • blue value is 126.
RGB:
(106,67,126)
(42%,26%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 126 of 255 = 49%

106
67
126

R + G + B ~ 39%. #6A437E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 126 = 299 (100%)
R 106 of 299 ~ 35.45%
G 67 of 299 ~ 22.41%
B 126 of 299 ~ 42.14%

%35.45
%22.41
%42.14

CMYK color model

#6A437E color CMYK value is (16,47,0,51).

  • cyan value is 15.87%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(16,47,0,51)
C16M47Y0K51 
(16%,47%,0%,51%)
(0.16/0.47/0.00/0.51)	

CMYK percentages

%15.87
%46.83
%0
%50.59

Codes

Color #6A437E in popluar color models

6A437E
RGB10667126
HSL280°30.57%37.84%
HSB/HSV280°46.83%49.41%
CMYK15.87%46.83%0.00%
50.59%

Color #6A437E in popluar number systems.

HEX6A437E
Decimal10667126
Binary110101010000111111110
Octal152103176

Shades and tints

Shades of #6A437E

#6A437E
(106,67,126)
#613D73
(97,61,115)
#583768
(88,55,104)
#4F315D
(79,49,93)
#462B52
(70,43,82)
#3D2547
(61,37,71)
#341F3C
(52,31,60)
#2B1931
(43,25,49)
#221326
(34,19,38)
#190D1B
(25,13,27)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #6A437E

#6A437E
(106,67,126)
#775489
(119,84,137)
#846594
(132,101,148)
#91769F
(145,118,159)
#9E87AA
(158,135,170)
#AB98B5
(171,152,181)
#B8A9C0
(184,169,192)
#C5BACB
(197,186,203)
#D2CBD6
(210,203,214)
#DFDCE1
(223,220,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A437E color. Also use rgb(106,67,126) instead hex code.

Text Font Color

.myTextColor { color: #6A437E; }

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

This text font color is #6A437E.


Background Color

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

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

This div background color is #6A437E.


Border color

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

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

This div border color is #6A437E.


Opacity

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

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

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

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

This text has shadow with #6A437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A437E on black background.


Color preview on white background

This text has color #6A437E on white background.



Black color preview on #6A437E background

This text has black color on #6A437E background.


White color preview on #6A437E background

This text has white color on #6A437E background.