COLOR #6B6581

HEX: #6B6581
RGB: (107,101,129)

Color info

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

RGB color model

#6B6581 color RGB value is (107,101,129).

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

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 129 of 255 = 51%

107
101
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 129 = 337 (100%)
R 107 of 337 ~ 31.75%
G 101 of 337 ~ 29.97%
B 129 of 337 ~ 38.28%

%31.75
%29.97
%38.28

CMYK color model

#6B6581 color CMYK value is (17,22,0,49).

  • cyan value is 17.05%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(17,22,0,49)
C17M22Y0K49 
(17%,22%,0%,49%)
(0.17/0.22/0.00/0.49)	

CMYK percentages

%17.05
%21.71
%0
%49.41

Codes

Color #6B6581 in popluar color models

6B6581
RGB107101129
HSL253°12.17%45.10%
HSB/HSV253°21.71%50.59%
CMYK17.05%21.71%0.00%
49.41%

Color #6B6581 in popluar number systems.

HEX6B6581
Decimal107101129
Binary1101011110010110000001
Octal153145201

Shades and tints

Shades of #6B6581

#6B6581
(107,101,129)
#625C76
(98,92,118)
#59536B
(89,83,107)
#504A60
(80,74,96)
#474155
(71,65,85)
#3E384A
(62,56,74)
#352F3F
(53,47,63)
#2C2634
(44,38,52)
#231D29
(35,29,41)
#1A141E
(26,20,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B6581

#6B6581
(107,101,129)
#78738C
(120,115,140)
#858197
(133,129,151)
#928FA2
(146,143,162)
#9F9DAD
(159,157,173)
#ACABB8
(172,171,184)
#B9B9C3
(185,185,195)
#C6C7CE
(198,199,206)
#D3D5D9
(211,213,217)
#E0E3E4
(224,227,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6581; }

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

This text font color is #6B6581.


Background Color

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

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

This div background color is #6B6581.


Border color

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

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

This div border color is #6B6581.


Opacity

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

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

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

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

This text has shadow with #6B6581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6581 on black background.


Color preview on white background

This text has color #6B6581 on white background.



Black color preview on #6B6581 background

This text has black color on #6B6581 background.


White color preview on #6B6581 background

This text has white color on #6B6581 background.