COLOR #6B6A7D

HEX: #6B6A7D
RGB: (107,106,125)

Color info

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

RGB color model

#6B6A7D color RGB value is (107,106,125).

  • red value is 107;
  • green value is 106;
  • blue value is 125.
RGB:
(107,106,125)
(42%,42%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 125 of 255 = 49%

107
106
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 106 + 125 = 338 (100%)
R 107 of 338 ~ 31.66%
G 106 of 338 ~ 31.36%
B 125 of 338 ~ 36.98%

%31.66
%31.36
%36.98

CMYK color model

#6B6A7D color CMYK value is (14,15,0,51).

  • cyan value is 14.40%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,15,0,51)
C14M15Y0K51 
(14%,15%,0%,51%)
(0.14/0.15/0.00/0.51)	

CMYK percentages

%14.4
%15.2
%0
%50.98

Codes

Color #6B6A7D in popluar color models

6B6A7D
RGB107106125
HSL243°8.23%45.29%
HSB/HSV243°15.20%49.02%
CMYK14.40%15.20%0.00%
50.98%

Color #6B6A7D in popluar number systems.

HEX6B6A7D
Decimal107106125
Binary110101111010101111101
Octal153152175

Shades and tints

Shades of #6B6A7D

#6B6A7D
(107,106,125)
#626172
(98,97,114)
#595867
(89,88,103)
#504F5C
(80,79,92)
#474651
(71,70,81)
#3E3D46
(62,61,70)
#35343B
(53,52,59)
#2C2B30
(44,43,48)
#232225
(35,34,37)
#1A191A
(26,25,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B6A7D

#6B6A7D
(107,106,125)
#787788
(120,119,136)
#858493
(133,132,147)
#92919E
(146,145,158)
#9F9EA9
(159,158,169)
#ACABB4
(172,171,180)
#B9B8BF
(185,184,191)
#C6C5CA
(198,197,202)
#D3D2D5
(211,210,213)
#E0DFE0
(224,223,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6A7D color. Also use rgb(107,106,125) instead hex code.

Text Font Color

.myTextColor { color: #6B6A7D; }

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

This text font color is #6B6A7D.


Background Color

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

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

This div background color is #6B6A7D.


Border color

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

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

This div border color is #6B6A7D.


Opacity

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

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

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

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

This text has shadow with #6B6A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6A7D on black background.


Color preview on white background

This text has color #6B6A7D on white background.



Black color preview on #6B6A7D background

This text has black color on #6B6A7D background.


White color preview on #6B6A7D background

This text has white color on #6B6A7D background.