COLOR #6B5285

HEX: #6B5285
RGB: (107,82,133)

Color info

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

RGB color model

#6B5285 color RGB value is (107,82,133).

  • red value is 107;
  • green value is 82;
  • blue value is 133.
RGB:
(107,82,133)
(42%,32%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 133 of 255 = 52%

107
82
133

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

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 133 = 322 (100%)
R 107 of 322 ~ 33.23%
G 82 of 322 ~ 25.47%
B 133 of 322 ~ 41.3%

%33.23
%25.47
%41.3

CMYK color model

#6B5285 color CMYK value is (20,38,0,48).

  • cyan value is 19.55%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(20,38,0,48)
C20M38Y0K48 
(20%,38%,0%,48%)
(0.20/0.38/0.00/0.48)	

CMYK percentages

%19.55
%38.35
%0
%47.84

Codes

Color #6B5285 in popluar color models

6B5285
RGB10782133
HSL269°23.72%42.16%
HSB/HSV269°38.35%52.16%
CMYK19.55%38.35%0.00%
47.84%

Color #6B5285 in popluar number systems.

HEX6B5285
Decimal10782133
Binary1101011101001010000101
Octal153122205

Shades and tints

Shades of #6B5285

#6B5285
(107,82,133)
#624B79
(98,75,121)
#59446D
(89,68,109)
#503D61
(80,61,97)
#473655
(71,54,85)
#3E2F49
(62,47,73)
#35283D
(53,40,61)
#2C2131
(44,33,49)
#231A25
(35,26,37)
#1A1319
(26,19,25)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B5285

#6B5285
(107,82,133)
#786190
(120,97,144)
#85709B
(133,112,155)
#927FA6
(146,127,166)
#9F8EB1
(159,142,177)
#AC9DBC
(172,157,188)
#B9ACC7
(185,172,199)
#C6BBD2
(198,187,210)
#D3CADD
(211,202,221)
#E0D9E8
(224,217,232)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5285 color. Also use rgb(107,82,133) instead hex code.

Text Font Color

.myTextColor { color: #6B5285; }

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

This text font color is #6B5285.


Background Color

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

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

This div background color is #6B5285.


Border color

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

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

This div border color is #6B5285.


Opacity

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

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

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

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

This text has shadow with #6B5285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5285 on black background.


Color preview on white background

This text has color #6B5285 on white background.



Black color preview on #6B5285 background

This text has black color on #6B5285 background.


White color preview on #6B5285 background

This text has white color on #6B5285 background.