COLOR #6B6272

HEX: #6B6272
RGB: (107,98,114)

Color info

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

RGB color model

#6B6272 color RGB value is (107,98,114).

  • red value is 107;
  • green value is 98;
  • blue value is 114.
RGB:
(107,98,114)
(42%,38%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 114 of 255 = 45%

107
98
114

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 114 = 319 (100%)
R 107 of 319 ~ 33.54%
G 98 of 319 ~ 30.72%
B 114 of 319 ~ 35.74%

%33.54
%30.72
%35.74

CMYK color model

#6B6272 color CMYK value is (6,14,0,55).

  • cyan value is 6.14%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(6,14,0,55)
C6M14Y0K55 
(6%,14%,0%,55%)
(0.06/0.14/0.00/0.55)	

CMYK percentages

%6.14
%14.04
%0
%55.29

Codes

Color #6B6272 in popluar color models

6B6272
RGB10798114
HSL274°7.55%41.57%
HSB/HSV274°14.04%44.71%
CMYK6.14%14.04%0.00%
55.29%

Color #6B6272 in popluar number systems.

HEX6B6272
Decimal10798114
Binary110101111000101110010
Octal153142162

Shades and tints

Shades of #6B6272

#6B6272
(107,98,114)
#625A68
(98,90,104)
#59525E
(89,82,94)
#504A54
(80,74,84)
#47424A
(71,66,74)
#3E3A40
(62,58,64)
#353236
(53,50,54)
#2C2A2C
(44,42,44)
#232222
(35,34,34)
#1A1A18
(26,26,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #6B6272

#6B6272
(107,98,114)
#78707E
(120,112,126)
#857E8A
(133,126,138)
#928C96
(146,140,150)
#9F9AA2
(159,154,162)
#ACA8AE
(172,168,174)
#B9B6BA
(185,182,186)
#C6C4C6
(198,196,198)
#D3D2D2
(211,210,210)
#E0E0DE
(224,224,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6272; }

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

This text font color is #6B6272.


Background Color

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

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

This div background color is #6B6272.


Border color

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

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

This div border color is #6B6272.


Opacity

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

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

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

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

This text has shadow with #6B6272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6272 on black background.


Color preview on white background

This text has color #6B6272 on white background.



Black color preview on #6B6272 background

This text has black color on #6B6272 background.


White color preview on #6B6272 background

This text has white color on #6B6272 background.