COLOR #6A6297

HEX: #6A6297 RGB: (106,98,151)

Color info

#6A6297 contains red, green and blue colors in about the same proportion. Web safe color of #6A6297 is #666699 (or #669).

RGB color model

#6A6297 color RGB value is (106,98,151).

RGB: (106,98,151) (42%, 38%, 59%)

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 151 of 255 = 59%

106
98
151

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

Portions of RGB colors in percentages

R + G + B = 106 + 98 + 151 = 355 (100%)
R 106 of 355 ~ 29.86%
G 98 of 355 ~ 27.61%
B 151 of 355 ~ 42.54'%

%29.86
%27.61
%42.54

CMYK color model

#6A6297 color CMYK value is (30,35,0,41).

  • cyan value is 29.80%
  • magenta value is 35.10%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (30,35,0,41)
C30M35Y0K41 (30%, 35%, 0%, 41%)
(0.30 / 0.35 / 0.00 / 0.41)

CMYK percentages

%29.8
%35.1
%0
%40.78

Codes

Color #6A6297 in popluar color models

6A 62 97
RGB 106 98 151
HSL 249° 21.29% 48.82%
HSB/HSV 249° 35.10% 59.22%
CMYK 29.80% 35.10% 0.00%
40.78%

Color #6A6297 in popluar number systems.

HEX 6A 62 97
Decimal 106 98 151
Binary 1101010 1100010 10010111
Octal 152 142 227

Shades and tints

Shades of #6A6297

#6A6297
(106,98,151)
#615A8A
(97,90,138)
#58527D
(88,82,125)
#4F4A70
(79,74,112)
#464263
(70,66,99)
#3D3A56
(61,58,86)
#343249
(52,50,73)
#2B2A3C
(43,42,60)
#22222F
(34,34,47)
#191A22
(25,26,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #6A6297

#6A6297
(106,98,151)
#7770A0
(119,112,160)
#847EA9
(132,126,169)
#918CB2
(145,140,178)
#9E9ABB
(158,154,187)
#ABA8C4
(171,168,196)
#B8B6CD
(184,182,205)
#C5C4D6
(197,196,214)
#D2D2DF
(210,210,223)
#DFE0E8
(223,224,232)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6297 color. Also use rgb(106,98,151) instead hex code.

Text Font Color

.myTextColor { color: #6A6297; }

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

This text font color is #6A6297.

Background Color

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

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

This div background color is #6A6297.

Border color

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

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

This div border color is #6A6297.

Opacity

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

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

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

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

This text has shadow with #6A6297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6297.

Preview

Color preview on black background

This text has color #6A6297 on black background.


Color preview on white background

This text has color #6A6297 on white background.


Black color preview on #6A6297 background

This text has black color on #6A6297 background.


White color preview on #6A6297 background

This text has white color on #6A6297 background.


Related colors

Complementary color

Complementary color for #hex is #959D68.


I love getcolorcode.com

Triadic colors

1 #976A62 and #62976A with #6A6297 are triadic colors.

2 #97626A and #626A97 with #6A6297 are triadic colors.