COLOR #6C5BAF

HEX: #6C5BAF RGB: (108,91,175)

Color info

#6C5BAF contains mainly blue color. Web safe color of #6C5BAF is #666699 (or #669).

RGB color model

#6C5BAF color RGB value is (108,91,175).

RGB: (108,91,175) (42%, 36%, 69%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 175 of 255 = 69%

108
91
175

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

Portions of RGB colors in percentages

R + G + B = 108 + 91 + 175 = 374 (100%)
R 108 of 374 ~ 28.88%
G 91 of 374 ~ 24.33%
B 175 of 374 ~ 46.79'%

%28.88
%24.33
%46.79

CMYK color model

#6C5BAF color CMYK value is (38,48,0,31).

  • cyan value is 38.29%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (38,48,0,31)
C38M48Y0K31 (38%, 48%, 0%, 31%)
(0.38 / 0.48 / 0.00 / 0.31)

CMYK percentages

%38.29
%48
%0
%31.37

Codes

Color #6C5BAF in popluar color models

6C 5B AF
RGB 108 91 175
HSL 252° 34.43% 52.16%
HSB/HSV 252° 48.00% 68.63%
CMYK 38.29% 48.00% 0.00%
31.37%

Color #6C5BAF in popluar number systems.

HEX 6C 5B AF
Decimal 108 91 175
Binary 1101100 1011011 10101111
Octal 154 133 257

Shades and tints

Shades of #6C5BAF

#6C5BAF
(108,91,175)
#6353A0
(99,83,160)
#5A4B91
(90,75,145)
#514382
(81,67,130)
#483B73
(72,59,115)
#3F3364
(63,51,100)
#362B55
(54,43,85)
#2D2346
(45,35,70)
#241B37
(36,27,55)
#1B1328
(27,19,40)
#120B19
(18,11,25)
#000000
(0,0,0)

Tints of #6C5BAF

#6C5BAF
(108,91,175)
#7969B6
(121,105,182)
#8677BD
(134,119,189)
#9385C4
(147,133,196)
#A093CB
(160,147,203)
#ADA1D2
(173,161,210)
#BAAFD9
(186,175,217)
#C7BDE0
(199,189,224)
#D4CBE7
(212,203,231)
#E1D9EE
(225,217,238)
#EEE7F5
(238,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5BAF color. Also use rgb(108,91,175) instead hex code.

Text Font Color

.myTextColor { color: #6C5BAF; }

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

This text font color is #6C5BAF.

Background Color

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

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

This div background color is #6C5BAF.

Border color

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

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

This div border color is #6C5BAF.

Opacity

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

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

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

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

This text has shadow with #6C5BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5BAF.

Preview

Color preview on black background

This text has color #6C5BAF on black background.


Color preview on white background

This text has color #6C5BAF on white background.


Black color preview on #6C5BAF background

This text has black color on #6C5BAF background.


White color preview on #6C5BAF background

This text has white color on #6C5BAF background.


Related colors

Complementary color

Complementary color for #hex is #93A450.


I love getcolorcode.com

Triadic colors

1 #AF6C5B and #5BAF6C with #6C5BAF are triadic colors.

2 #AF5B6C and #5B6CAF with #6C5BAF are triadic colors.