COLOR #6F6475

HEX: #6F6475 RGB: (111,100,117)

Color info

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

RGB color model

#6F6475 color RGB value is (111,100,117).

RGB: (111,100,117) (44%, 39%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 117 of 255 = 46%

111
100
117

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 117 = 328 (100%)
R 111 of 328 ~ 33.84%
G 100 of 328 ~ 30.49%
B 117 of 328 ~ 35.67'%

%33.84
%30.49
%35.67

CMYK color model

#6F6475 color CMYK value is (5,15,0,54).

  • cyan value is 5.13%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (5,15,0,54)
C5M15Y0K54 (5%, 15%, 0%, 54%)
(0.05 / 0.15 / 0.00 / 0.54)

CMYK percentages

%5.13
%14.53
%0
%54.12

Codes

Color #6F6475 in popluar color models

6F 64 75
RGB 111 100 117
HSL 279° 7.83% 42.55%
HSB/HSV 279° 14.53% 45.88%
CMYK 5.13% 14.53% 0.00%
54.12%

Color #6F6475 in popluar number systems.

HEX 6F 64 75
Decimal 111 100 117
Binary 1101111 1100100 1110101
Octal 157 144 165

Shades and tints

Shades of #6F6475

#6F6475
(111,100,117)
#655B6B
(101,91,107)
#5B5261
(91,82,97)
#514957
(81,73,87)
#47404D
(71,64,77)
#3D3743
(61,55,67)
#332E39
(51,46,57)
#29252F
(41,37,47)
#1F1C25
(31,28,37)
#15131B
(21,19,27)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #6F6475

#6F6475
(111,100,117)
#7C7281
(124,114,129)
#89808D
(137,128,141)
#968E99
(150,142,153)
#A39CA5
(163,156,165)
#B0AAB1
(176,170,177)
#BDB8BD
(189,184,189)
#CAC6C9
(202,198,201)
#D7D4D5
(215,212,213)
#E4E2E1
(228,226,225)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6475 color. Also use rgb(111,100,117) instead hex code.

Text Font Color

.myTextColor { color: #6F6475; }

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

This text font color is #6F6475.

Background Color

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

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

This div background color is #6F6475.

Border color

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

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

This div border color is #6F6475.

Opacity

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

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

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

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

This text has shadow with #6F6475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6475.

Preview

Color preview on black background

This text has color #6F6475 on black background.


Color preview on white background

This text has color #6F6475 on white background.


Black color preview on #6F6475 background

This text has black color on #6F6475 background.


White color preview on #6F6475 background

This text has white color on #6F6475 background.


Related colors

Complementary color

Complementary color for #hex is #909B8A.


I love getcolorcode.com

Triadic colors

1 #756F64 and #64756F with #6F6475 are triadic colors.

2 #75646F and #646F75 with #6F6475 are triadic colors.