COLOR #6B7274

HEX: #6B7274 RGB: (107,114,116)

Color info

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

RGB color model

#6B7274 color RGB value is (107,114,116).

RGB: (107,114,116) (42%, 45%, 45%)

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 116 of 255 = 45%

107
114
116

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

Portions of RGB colors in percentages

R + G + B = 107 + 114 + 116 = 337 (100%)
R 107 of 337 ~ 31.75%
G 114 of 337 ~ 33.83%
B 116 of 337 ~ 34.42'%

%31.75
%33.83
%34.42

CMYK color model

#6B7274 color CMYK value is (8,2,0,55).

  • cyan value is 7.76%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (8,2,0,55)
C8M2Y0K55 (8%, 2%, 0%, 55%)
(0.08 / 0.02 / 0.00 / 0.55)

CMYK percentages

%7.76
%1.72
%0
%54.51

Codes

Color #6B7274 in popluar color models

6B 72 74
RGB 107 114 116
HSL 193° 4.04% 43.73%
HSB/HSV 193° 7.76% 45.49%
CMYK 7.76% 1.72% 0.00%
54.51%

Color #6B7274 in popluar number systems.

HEX 6B 72 74
Decimal 107 114 116
Binary 1101011 1110010 1110100
Octal 153 162 164

Shades and tints

Shades of #6B7274

#6B7274
(107,114,116)
#62686A
(98,104,106)
#595E60
(89,94,96)
#505456
(80,84,86)
#474A4C
(71,74,76)
#3E4042
(62,64,66)
#353638
(53,54,56)
#2C2C2E
(44,44,46)
#232224
(35,34,36)
#1A181A
(26,24,26)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B7274

#6B7274
(107,114,116)
#787E80
(120,126,128)
#858A8C
(133,138,140)
#929698
(146,150,152)
#9FA2A4
(159,162,164)
#ACAEB0
(172,174,176)
#B9BABC
(185,186,188)
#C6C6C8
(198,198,200)
#D3D2D4
(211,210,212)
#E0DEE0
(224,222,224)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7274 color. Also use rgb(107,114,116) instead hex code.

Text Font Color

.myTextColor { color: #6B7274; }

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

This text font color is #6B7274.

Background Color

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

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

This div background color is #6B7274.

Border color

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

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

This div border color is #6B7274.

Opacity

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

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

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

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

This text has shadow with #6B7274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7274.

Preview

Color preview on black background

This text has color #6B7274 on black background.


Color preview on white background

This text has color #6B7274 on white background.


Black color preview on #6B7274 background

This text has black color on #6B7274 background.


White color preview on #6B7274 background

This text has white color on #6B7274 background.


Related colors

Complementary color

Complementary color for #hex is #948D8B.


I love getcolorcode.com

Triadic colors

1 #746B72 and #72746B with #6B7274 are triadic colors.

2 #74726B and #726B74 with #6B7274 are triadic colors.