COLOR #6F5462

HEX: #6F5462 RGB: (111,84,98)

Color info

#6F5462 contains red, green and blue colors in about the same proportion. Web safe color of #6F5462 is #666666 (or #666).

RGB color model

#6F5462 color RGB value is (111,84,98).

RGB: (111,84,98) (44%, 33%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 84 of 255 = 33%
B 98 of 255 = 38%

111
84
98

R + G + B ~ 38%. #6F5462 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 84 + 98 = 293 (100%)
R 111 of 293 ~ 37.88%
G 84 of 293 ~ 28.67%
B 98 of 293 ~ 33.45'%

%37.88
%28.67
%33.45

CMYK color model

#6F5462 color CMYK value is (0,24,12,56).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 11.71%
  • key color value is 56.47%

CMYK: (0,24,12,56)
C0M24Y12K56 (0%, 24%, 12%, 56%)
(0.00 / 0.24 / 0.12 / 0.56)

CMYK percentages

%0
%24.32
%11.71
%56.47

Codes

Color #6F5462 in popluar color models

6F 54 62
RGB 111 84 98
HSL 329° 13.85% 38.24%
HSB/HSV 329° 24.32% 43.53%
CMYK 0.00% 24.32% 11.71%
56.47%

Color #6F5462 in popluar number systems.

HEX 6F 54 62
Decimal 111 84 98
Binary 1101111 1010100 1100010
Octal 157 124 142

Shades and tints

Shades of #6F5462

#6F5462
(111,84,98)
#654D5A
(101,77,90)
#5B4652
(91,70,82)
#513F4A
(81,63,74)
#473842
(71,56,66)
#3D313A
(61,49,58)
#332A32
(51,42,50)
#29232A
(41,35,42)
#1F1C22
(31,28,34)
#15151A
(21,21,26)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F5462

#6F5462
(111,84,98)
#7C6370
(124,99,112)
#89727E
(137,114,126)
#96818C
(150,129,140)
#A3909A
(163,144,154)
#B09FA8
(176,159,168)
#BDAEB6
(189,174,182)
#CABDC4
(202,189,196)
#D7CCD2
(215,204,210)
#E4DBE0
(228,219,224)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5462 color. Also use rgb(111,84,98) instead hex code.

Text Font Color

.myTextColor { color: #6F5462; }

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

This text font color is #6F5462.

Background Color

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

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

This div background color is #6F5462.

Border color

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

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

This div border color is #6F5462.

Opacity

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

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

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

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

This text has shadow with #6F5462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5462.

Preview

Color preview on black background

This text has color #6F5462 on black background.


Color preview on white background

This text has color #6F5462 on white background.


Black color preview on #6F5462 background

This text has black color on #6F5462 background.


White color preview on #6F5462 background

This text has white color on #6F5462 background.


Related colors

Complementary color

Complementary color for #hex is #90AB9D.


I love getcolorcode.com

Triadic colors

1 #626F54 and #54626F with #6F5462 are triadic colors.

2 #62546F and #546F62 with #6F5462 are triadic colors.