COLOR #6B6273

HEX: #6B6273
RGB: (107,98,115)

Color info

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

RGB color model

#6B6273 color RGB value is (107,98,115).

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

RGB channels and saturation

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

107
98
115

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 115 = 320 (100%)
R 107 of 320 ~ 33.44%
G 98 of 320 ~ 30.63%
B 115 of 320 ~ 35.94%

%33.44
%30.63
%35.94

CMYK color model

#6B6273 color CMYK value is (7,15,0,55).

  • cyan value is 6.96%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(7,15,0,55)
C7M15Y0K55 
(7%,15%,0%,55%)
(0.07/0.15/0.00/0.55)	

CMYK percentages

%6.96
%14.78
%0
%54.9

Codes

Color #6B6273 in popluar color models

6B6273
RGB10798115
HSL272°7.98%41.76%
HSB/HSV272°14.78%45.10%
CMYK6.96%14.78%0.00%
54.90%

Color #6B6273 in popluar number systems.

HEX6B6273
Decimal10798115
Binary110101111000101110011
Octal153142163

Shades and tints

Shades of #6B6273

#6B6273
(107,98,115)
#625A69
(98,90,105)
#59525F
(89,82,95)
#504A55
(80,74,85)
#47424B
(71,66,75)
#3E3A41
(62,58,65)
#353237
(53,50,55)
#2C2A2D
(44,42,45)
#232223
(35,34,35)
#1A1A19
(26,26,25)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B6273

#6B6273
(107,98,115)
#78707F
(120,112,127)
#857E8B
(133,126,139)
#928C97
(146,140,151)
#9F9AA3
(159,154,163)
#ACA8AF
(172,168,175)
#B9B6BB
(185,182,187)
#C6C4C7
(198,196,199)
#D3D2D3
(211,210,211)
#E0E0DF
(224,224,223)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6273; }

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

This text font color is #6B6273.


Background Color

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

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

This div background color is #6B6273.


Border color

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

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

This div border color is #6B6273.


Opacity

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

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

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

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

This text has shadow with #6B6273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6273 on black background.


Color preview on white background

This text has color #6B6273 on white background.



Black color preview on #6B6273 background

This text has black color on #6B6273 background.


White color preview on #6B6273 background

This text has white color on #6B6273 background.