COLOR #6B5988

HEX: #6B5988
RGB: (107,89,136)

Color info

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

RGB color model

#6B5988 color RGB value is (107,89,136).

  • red value is 107;
  • green value is 89;
  • blue value is 136.
RGB:
(107,89,136)
(42%,35%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 136 of 255 = 53%

107
89
136

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 136 = 332 (100%)
R 107 of 332 ~ 32.23%
G 89 of 332 ~ 26.81%
B 136 of 332 ~ 40.96%

%32.23
%26.81
%40.96

CMYK color model

#6B5988 color CMYK value is (21,35,0,47).

  • cyan value is 21.32%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(21,35,0,47)
C21M35Y0K47 
(21%,35%,0%,47%)
(0.21/0.35/0.00/0.47)	

CMYK percentages

%21.32
%34.56
%0
%46.67

Codes

Color #6B5988 in popluar color models

6B5988
RGB10789136
HSL263°20.89%44.12%
HSB/HSV263°34.56%53.33%
CMYK21.32%34.56%0.00%
46.67%

Color #6B5988 in popluar number systems.

HEX6B5988
Decimal10789136
Binary1101011101100110001000
Octal153131210

Shades and tints

Shades of #6B5988

#6B5988
(107,89,136)
#62517C
(98,81,124)
#594970
(89,73,112)
#504164
(80,65,100)
#473958
(71,57,88)
#3E314C
(62,49,76)
#352940
(53,41,64)
#2C2134
(44,33,52)
#231928
(35,25,40)
#1A111C
(26,17,28)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #6B5988

#6B5988
(107,89,136)
#786892
(120,104,146)
#85779C
(133,119,156)
#9286A6
(146,134,166)
#9F95B0
(159,149,176)
#ACA4BA
(172,164,186)
#B9B3C4
(185,179,196)
#C6C2CE
(198,194,206)
#D3D1D8
(211,209,216)
#E0E0E2
(224,224,226)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5988 color. Also use rgb(107,89,136) instead hex code.

Text Font Color

.myTextColor { color: #6B5988; }

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

This text font color is #6B5988.


Background Color

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

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

This div background color is #6B5988.


Border color

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

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

This div border color is #6B5988.


Opacity

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

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

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

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

This text has shadow with #6B5988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5988 on black background.


Color preview on white background

This text has color #6B5988 on white background.



Black color preview on #6B5988 background

This text has black color on #6B5988 background.


White color preview on #6B5988 background

This text has white color on #6B5988 background.