COLOR #6F6CA3

HEX: #6F6CA3 RGB: (111,108,163)

Color info

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

RGB color model

#6F6CA3 color RGB value is (111,108,163).

RGB: (111,108,163) (44%, 42%, 64%)

RGB channels and saturation

R 111 of 255 = 44%
G 108 of 255 = 42%
B 163 of 255 = 64%

111
108
163

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

Portions of RGB colors in percentages

R + G + B = 111 + 108 + 163 = 382 (100%)
R 111 of 382 ~ 29.06%
G 108 of 382 ~ 28.27%
B 163 of 382 ~ 42.67'%

%29.06
%28.27
%42.67

CMYK color model

#6F6CA3 color CMYK value is (32,34,0,36).

  • cyan value is 31.90%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (32,34,0,36)
C32M34Y0K36 (32%, 34%, 0%, 36%)
(0.32 / 0.34 / 0.00 / 0.36)

CMYK percentages

%31.9
%33.74
%0
%36.08

Codes

Color #6F6CA3 in popluar color models

6F 6C A3
RGB 111 108 163
HSL 243° 23.01% 53.14%
HSB/HSV 243° 33.74% 63.92%
CMYK 31.90% 33.74% 0.00%
36.08%

Color #6F6CA3 in popluar number systems.

HEX 6F 6C A3
Decimal 111 108 163
Binary 1101111 1101100 10100011
Octal 157 154 243

Shades and tints

Shades of #6F6CA3

#6F6CA3
(111,108,163)
#656395
(101,99,149)
#5B5A87
(91,90,135)
#515179
(81,81,121)
#47486B
(71,72,107)
#3D3F5D
(61,63,93)
#33364F
(51,54,79)
#292D41
(41,45,65)
#1F2433
(31,36,51)
#151B25
(21,27,37)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #6F6CA3

#6F6CA3
(111,108,163)
#7C79AB
(124,121,171)
#8986B3
(137,134,179)
#9693BB
(150,147,187)
#A3A0C3
(163,160,195)
#B0ADCB
(176,173,203)
#BDBAD3
(189,186,211)
#CAC7DB
(202,199,219)
#D7D4E3
(215,212,227)
#E4E1EB
(228,225,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6CA3 color. Also use rgb(111,108,163) instead hex code.

Text Font Color

.myTextColor { color: #6F6CA3; }

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

This text font color is #6F6CA3.

Background Color

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

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

This div background color is #6F6CA3.

Border color

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

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

This div border color is #6F6CA3.

Opacity

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

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

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

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

This text has shadow with #6F6CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6CA3.

Preview

Color preview on black background

This text has color #6F6CA3 on black background.


Color preview on white background

This text has color #6F6CA3 on white background.


Black color preview on #6F6CA3 background

This text has black color on #6F6CA3 background.


White color preview on #6F6CA3 background

This text has white color on #6F6CA3 background.


Related colors

Complementary color

Complementary color for #hex is #90935C.


I love getcolorcode.com

Triadic colors

1 #A36F6C and #6CA36F with #6F6CA3 are triadic colors.

2 #A36C6F and #6C6FA3 with #6F6CA3 are triadic colors.