COLOR #6B6191

HEX: #6B6191
RGB: (107,97,145)

Color info

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

RGB color model

#6B6191 color RGB value is (107,97,145).

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

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 145 of 255 = 57%

107
97
145

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

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 145 = 349 (100%)
R 107 of 349 ~ 30.66%
G 97 of 349 ~ 27.79%
B 145 of 349 ~ 41.55%

%30.66
%27.79
%41.55

CMYK color model

#6B6191 color CMYK value is (26,33,0,43).

  • cyan value is 26.21%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(26,33,0,43)
C26M33Y0K43 
(26%,33%,0%,43%)
(0.26/0.33/0.00/0.43)	

CMYK percentages

%26.21
%33.1
%0
%43.14

Codes

Color #6B6191 in popluar color models

6B6191
RGB10797145
HSL253°19.83%47.45%
HSB/HSV253°33.10%56.86%
CMYK26.21%33.10%0.00%
43.14%

Color #6B6191 in popluar number systems.

HEX6B6191
Decimal10797145
Binary1101011110000110010001
Octal153141221

Shades and tints

Shades of #6B6191

#6B6191
(107,97,145)
#625984
(98,89,132)
#595177
(89,81,119)
#50496A
(80,73,106)
#47415D
(71,65,93)
#3E3950
(62,57,80)
#353143
(53,49,67)
#2C2936
(44,41,54)
#232129
(35,33,41)
#1A191C
(26,25,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B6191

#6B6191
(107,97,145)
#786F9B
(120,111,155)
#857DA5
(133,125,165)
#928BAF
(146,139,175)
#9F99B9
(159,153,185)
#ACA7C3
(172,167,195)
#B9B5CD
(185,181,205)
#C6C3D7
(198,195,215)
#D3D1E1
(211,209,225)
#E0DFEB
(224,223,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6191; }

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

This text font color is #6B6191.


Background Color

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

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

This div background color is #6B6191.


Border color

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

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

This div border color is #6B6191.


Opacity

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

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

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

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

This text has shadow with #6B6191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6191 on black background.


Color preview on white background

This text has color #6B6191 on white background.



Black color preview on #6B6191 background

This text has black color on #6B6191 background.


White color preview on #6B6191 background

This text has white color on #6B6191 background.