COLOR #6B6277

HEX: #6B6277
RGB: (107,98,119)

Color info

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

RGB color model

#6B6277 color RGB value is (107,98,119).

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

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 119 of 255 = 47%

107
98
119

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 119 = 324 (100%)
R 107 of 324 ~ 33.02%
G 98 of 324 ~ 30.25%
B 119 of 324 ~ 36.73%

%33.02
%30.25
%36.73

CMYK color model

#6B6277 color CMYK value is (10,18,0,53).

  • cyan value is 10.08%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(10,18,0,53)
C10M18Y0K53 
(10%,18%,0%,53%)
(0.10/0.18/0.00/0.53)	

CMYK percentages

%10.08
%17.65
%0
%53.33

Codes

Color #6B6277 in popluar color models

6B6277
RGB10798119
HSL266°9.68%42.55%
HSB/HSV266°17.65%46.67%
CMYK10.08%17.65%0.00%
53.33%

Color #6B6277 in popluar number systems.

HEX6B6277
Decimal10798119
Binary110101111000101110111
Octal153142167

Shades and tints

Shades of #6B6277

#6B6277
(107,98,119)
#625A6D
(98,90,109)
#595263
(89,82,99)
#504A59
(80,74,89)
#47424F
(71,66,79)
#3E3A45
(62,58,69)
#35323B
(53,50,59)
#2C2A31
(44,42,49)
#232227
(35,34,39)
#1A1A1D
(26,26,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6B6277

#6B6277
(107,98,119)
#787083
(120,112,131)
#857E8F
(133,126,143)
#928C9B
(146,140,155)
#9F9AA7
(159,154,167)
#ACA8B3
(172,168,179)
#B9B6BF
(185,182,191)
#C6C4CB
(198,196,203)
#D3D2D7
(211,210,215)
#E0E0E3
(224,224,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6277; }

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

This text font color is #6B6277.


Background Color

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

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

This div background color is #6B6277.


Border color

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

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

This div border color is #6B6277.


Opacity

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

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

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

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

This text has shadow with #6B6277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6277 on black background.


Color preview on white background

This text has color #6B6277 on white background.



Black color preview on #6B6277 background

This text has black color on #6B6277 background.


White color preview on #6B6277 background

This text has white color on #6B6277 background.