COLOR #6F5281

HEX: #6F5281 RGB: (111,82,129)

Color info

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

RGB color model

#6F5281 color RGB value is (111,82,129).

RGB: (111,82,129) (44%, 32%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 82 of 255 = 32%
B 129 of 255 = 51%

111
82
129

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

Portions of RGB colors in percentages

R + G + B = 111 + 82 + 129 = 322 (100%)
R 111 of 322 ~ 34.47%
G 82 of 322 ~ 25.47%
B 129 of 322 ~ 40.06'%

%34.47
%25.47
%40.06

CMYK color model

#6F5281 color CMYK value is (14,36,0,49).

  • cyan value is 13.95%
  • magenta value is 36.43%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (14,36,0,49)
C14M36Y0K49 (14%, 36%, 0%, 49%)
(0.14 / 0.36 / 0.00 / 0.49)

CMYK percentages

%13.95
%36.43
%0
%49.41

Codes

Color #6F5281 in popluar color models

6F 52 81
RGB 111 82 129
HSL 277° 22.27% 41.37%
HSB/HSV 277° 36.43% 50.59%
CMYK 13.95% 36.43% 0.00%
49.41%

Color #6F5281 in popluar number systems.

HEX 6F 52 81
Decimal 111 82 129
Binary 1101111 1010010 10000001
Octal 157 122 201

Shades and tints

Shades of #6F5281

#6F5281
(111,82,129)
#654B76
(101,75,118)
#5B446B
(91,68,107)
#513D60
(81,61,96)
#473655
(71,54,85)
#3D2F4A
(61,47,74)
#33283F
(51,40,63)
#292134
(41,33,52)
#1F1A29
(31,26,41)
#15131E
(21,19,30)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #6F5281

#6F5281
(111,82,129)
#7C618C
(124,97,140)
#897097
(137,112,151)
#967FA2
(150,127,162)
#A38EAD
(163,142,173)
#B09DB8
(176,157,184)
#BDACC3
(189,172,195)
#CABBCE
(202,187,206)
#D7CAD9
(215,202,217)
#E4D9E4
(228,217,228)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5281 color. Also use rgb(111,82,129) instead hex code.

Text Font Color

.myTextColor { color: #6F5281; }

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

This text font color is #6F5281.

Background Color

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

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

This div background color is #6F5281.

Border color

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

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

This div border color is #6F5281.

Opacity

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

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

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

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

This text has shadow with #6F5281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5281.

Preview

Color preview on black background

This text has color #6F5281 on black background.


Color preview on white background

This text has color #6F5281 on white background.


Black color preview on #6F5281 background

This text has black color on #6F5281 background.


White color preview on #6F5281 background

This text has white color on #6F5281 background.


Related colors

Complementary color

Complementary color for #hex is #90AD7E.


I love getcolorcode.com

Triadic colors

1 #816F52 and #52816F with #6F5281 are triadic colors.

2 #81526F and #526F81 with #6F5281 are triadic colors.