COLOR #6C50AF

HEX: #6C50AF RGB: (108,80,175)

Color info

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

RGB color model

#6C50AF color RGB value is (108,80,175).

RGB: (108,80,175) (42%, 31%, 69%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 175 of 255 = 69%

108
80
175

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

Portions of RGB colors in percentages

R + G + B = 108 + 80 + 175 = 363 (100%)
R 108 of 363 ~ 29.75%
G 80 of 363 ~ 22.04%
B 175 of 363 ~ 48.21'%

%29.75
%22.04
%48.21

CMYK color model

#6C50AF color CMYK value is (38,54,0,31).

  • cyan value is 38.29%
  • magenta value is 54.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (38,54,0,31) C38M54Y0K31 (38%,54%,0%,31%) (0.38/0.54/0.00/0.31) 

CMYK percentages

%38.29
%54.29
%0
%31.37

Codes

Color #6C50AF in popluar color models

6C 50 AF
RGB 108 80 175
HSL 258° 37.25% 50.00%
HSB/HSV 258° 54.29% 68.63%
CMYK 38.29% 54.29% 0.00%
31.37%

Color #6C50AF in popluar number systems.

HEX 6C 50 AF
Decimal 108 80 175
Binary 1101100 1010000 10101111
Octal 154 120 257

Shades and tints

Shades of #6C50AF

#6C50AF
(108,80,175)
#6349A0
(99,73,160)
#5A4291
(90,66,145)
#513B82
(81,59,130)
#483473
(72,52,115)
#3F2D64
(63,45,100)
#362655
(54,38,85)
#2D1F46
(45,31,70)
#241837
(36,24,55)
#1B1128
(27,17,40)
#120A19
(18,10,25)
#000000
(0,0,0)

Tints of #6C50AF

#6C50AF
(108,80,175)
#795FB6
(121,95,182)
#866EBD
(134,110,189)
#937DC4
(147,125,196)
#A08CCB
(160,140,203)
#AD9BD2
(173,155,210)
#BAAAD9
(186,170,217)
#C7B9E0
(199,185,224)
#D4C8E7
(212,200,231)
#E1D7EE
(225,215,238)
#EEE6F5
(238,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C50AF; }

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

This text font color is #6C50AF.

Background Color

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

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

This div background color is #6C50AF.

Border color

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

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

This div border color is #6C50AF.

Opacity

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

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

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

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

This text has shadow with #6C50AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C50AF.

Preview

Color preview on black background

This text has color #6C50AF on black background.


Color preview on white background

This text has color #6C50AF on white background.


Black color preview on #6C50AF background

This text has black color on #6C50AF background.


White color preview on #6C50AF background

This text has white color on #6C50AF background.


Related colors

Complementary color

Complementary color for #hex is #93AF50.


I love getcolorcode.com

Triadic colors

1 #AF6C50 and #50AF6C with #6C50AF are triadic colors.

2 #AF506C and #506CAF with #6C50AF are triadic colors.