COLOR #6F73A1

HEX: #6F73A1 RGB: (111,115,161)

Color info

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

RGB color model

#6F73A1 color RGB value is (111,115,161).

RGB: (111,115,161) (44%, 45%, 63%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 161 of 255 = 63%

111
115
161

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 161 = 387 (100%)
R 111 of 387 ~ 28.68%
G 115 of 387 ~ 29.72%
B 161 of 387 ~ 41.6'%

%28.68
%29.72
%41.6

CMYK color model

#6F73A1 color CMYK value is (31,29,0,37).

  • cyan value is 31.06%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (31,29,0,37)
C31M29Y0K37 (31%, 29%, 0%, 37%)
(0.31 / 0.29 / 0.00 / 0.37)

CMYK percentages

%31.06
%28.57
%0
%36.86

Codes

Color #6F73A1 in popluar color models

6F 73 A1
RGB 111 115 161
HSL 235° 21.01% 53.33%
HSB/HSV 235° 31.06% 63.14%
CMYK 31.06% 28.57% 0.00%
36.86%

Color #6F73A1 in popluar number systems.

HEX 6F 73 A1
Decimal 111 115 161
Binary 1101111 1110011 10100001
Octal 157 163 241

Shades and tints

Shades of #6F73A1

#6F73A1
(111,115,161)
#656993
(101,105,147)
#5B5F85
(91,95,133)
#515577
(81,85,119)
#474B69
(71,75,105)
#3D415B
(61,65,91)
#33374D
(51,55,77)
#292D3F
(41,45,63)
#1F2331
(31,35,49)
#151923
(21,25,35)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F73A1

#6F73A1
(111,115,161)
#7C7FA9
(124,127,169)
#898BB1
(137,139,177)
#9697B9
(150,151,185)
#A3A3C1
(163,163,193)
#B0AFC9
(176,175,201)
#BDBBD1
(189,187,209)
#CAC7D9
(202,199,217)
#D7D3E1
(215,211,225)
#E4DFE9
(228,223,233)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F73A1 color. Also use rgb(111,115,161) instead hex code.

Text Font Color

.myTextColor { color: #6F73A1; }

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

This text font color is #6F73A1.

Background Color

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

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

This div background color is #6F73A1.

Border color

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

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

This div border color is #6F73A1.

Opacity

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

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

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

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

This text has shadow with #6F73A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F73A1.

Preview

Color preview on black background

This text has color #6F73A1 on black background.


Color preview on white background

This text has color #6F73A1 on white background.


Black color preview on #6F73A1 background

This text has black color on #6F73A1 background.


White color preview on #6F73A1 background

This text has white color on #6F73A1 background.


Related colors

Complementary color

Complementary color for #hex is #908C5E.


I love getcolorcode.com

Triadic colors

1 #A16F73 and #73A16F with #6F73A1 are triadic colors.

2 #A1736F and #736FA1 with #6F73A1 are triadic colors.