COLOR #6B6178

HEX: #6B6178
RGB: (107,97,120)

Color info

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

RGB color model

#6B6178 color RGB value is (107,97,120).

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

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 120 of 255 = 47%

107
97
120

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

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 120 = 324 (100%)
R 107 of 324 ~ 33.02%
G 97 of 324 ~ 29.94%
B 120 of 324 ~ 37.04%

%33.02
%29.94
%37.04

CMYK color model

#6B6178 color CMYK value is (11,19,0,53).

  • cyan value is 10.83%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(11,19,0,53)
C11M19Y0K53 
(11%,19%,0%,53%)
(0.11/0.19/0.00/0.53)	

CMYK percentages

%10.83
%19.17
%0
%52.94

Codes

Color #6B6178 in popluar color models

6B6178
RGB10797120
HSL266°10.60%42.55%
HSB/HSV266°19.17%47.06%
CMYK10.83%19.17%0.00%
52.94%

Color #6B6178 in popluar number systems.

HEX6B6178
Decimal10797120
Binary110101111000011111000
Octal153141170

Shades and tints

Shades of #6B6178

#6B6178
(107,97,120)
#62596E
(98,89,110)
#595164
(89,81,100)
#50495A
(80,73,90)
#474150
(71,65,80)
#3E3946
(62,57,70)
#35313C
(53,49,60)
#2C2932
(44,41,50)
#232128
(35,33,40)
#1A191E
(26,25,30)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #6B6178

#6B6178
(107,97,120)
#786F84
(120,111,132)
#857D90
(133,125,144)
#928B9C
(146,139,156)
#9F99A8
(159,153,168)
#ACA7B4
(172,167,180)
#B9B5C0
(185,181,192)
#C6C3CC
(198,195,204)
#D3D1D8
(211,209,216)
#E0DFE4
(224,223,228)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6178 color. Also use rgb(107,97,120) instead hex code.

Text Font Color

.myTextColor { color: #6B6178; }

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

This text font color is #6B6178.


Background Color

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

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

This div background color is #6B6178.


Border color

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

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

This div border color is #6B6178.


Opacity

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

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

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

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

This text has shadow with #6B6178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6178 on black background.


Color preview on white background

This text has color #6B6178 on white background.



Black color preview on #6B6178 background

This text has black color on #6B6178 background.


White color preview on #6B6178 background

This text has white color on #6B6178 background.