COLOR #6B7581

HEX: #6B7581
RGB: (107,117,129)

Color info

#6B7581 contains red, green and blue colors in about the same proportion. Web safe color of #6B7581 is #666699 (or #669).

RGB color model

#6B7581 color RGB value is (107,117,129).

  • red value is 107;
  • green value is 117;
  • blue value is 129.
RGB:
(107,117,129)
(42%,46%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 129 of 255 = 51%

107
117
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 129 = 353 (100%)
R 107 of 353 ~ 30.31%
G 117 of 353 ~ 33.14%
B 129 of 353 ~ 36.54%

%30.31
%33.14
%36.54

CMYK color model

#6B7581 color CMYK value is (17,9,0,49).

  • cyan value is 17.05%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(17,9,0,49)
C17M9Y0K49 
(17%,9%,0%,49%)
(0.17/0.09/0.00/0.49)	

CMYK percentages

%17.05
%9.3
%0
%49.41

Codes

Color #6B7581 in popluar color models

6B7581
RGB107117129
HSL213°9.32%46.27%
HSB/HSV213°17.05%50.59%
CMYK17.05%9.30%0.00%
49.41%

Color #6B7581 in popluar number systems.

HEX6B7581
Decimal107117129
Binary1101011111010110000001
Octal153165201

Shades and tints

Shades of #6B7581

#6B7581
(107,117,129)
#626B76
(98,107,118)
#59616B
(89,97,107)
#505760
(80,87,96)
#474D55
(71,77,85)
#3E434A
(62,67,74)
#35393F
(53,57,63)
#2C2F34
(44,47,52)
#232529
(35,37,41)
#1A1B1E
(26,27,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B7581

#6B7581
(107,117,129)
#78818C
(120,129,140)
#858D97
(133,141,151)
#9299A2
(146,153,162)
#9FA5AD
(159,165,173)
#ACB1B8
(172,177,184)
#B9BDC3
(185,189,195)
#C6C9CE
(198,201,206)
#D3D5D9
(211,213,217)
#E0E1E4
(224,225,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7581 color. Also use rgb(107,117,129) instead hex code.

Text Font Color

.myTextColor { color: #6B7581; }

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

This text font color is #6B7581.


Background Color

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

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

This div background color is #6B7581.


Border color

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

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

This div border color is #6B7581.


Opacity

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

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

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

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

This text has shadow with #6B7581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7581 on black background.


Color preview on white background

This text has color #6B7581 on white background.



Black color preview on #6B7581 background

This text has black color on #6B7581 background.


White color preview on #6B7581 background

This text has white color on #6B7581 background.