COLOR #6F73AB

HEX: #6F73AB RGB: (111,115,171)

Color info

#6F73AB contains mainly green and blue colors. Web safe color of #6F73AB is #666699 (or #669).

RGB color model

#6F73AB color RGB value is (111,115,171).

RGB: (111,115,171) (44%, 45%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 171 of 255 = 67%

111
115
171

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 171 = 397 (100%)
R 111 of 397 ~ 27.96%
G 115 of 397 ~ 28.97%
B 171 of 397 ~ 43.07'%

%27.96
%28.97
%43.07

CMYK color model

#6F73AB color CMYK value is (35,33,0,33).

  • cyan value is 35.09%
  • magenta value is 32.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (35,33,0,33) C35M33Y0K33 (35%,33%,0%,33%) (0.35/0.33/0.00/0.33) 

CMYK percentages

%35.09
%32.75
%0
%32.94

Codes

Color #6F73AB in popluar color models

6F 73 AB
RGB 111 115 171
HSL 236° 26.32% 55.29%
HSB/HSV 236° 35.09% 67.06%
CMYK 35.09% 32.75% 0.00%
32.94%

Color #6F73AB in popluar number systems.

HEX 6F 73 AB
Decimal 111 115 171
Binary 1101111 1110011 10101011
Octal 157 163 253

Shades and tints

Shades of #6F73AB

#6F73AB
(111,115,171)
#65699C
(101,105,156)
#5B5F8D
(91,95,141)
#51557E
(81,85,126)
#474B6F
(71,75,111)
#3D4160
(61,65,96)
#333751
(51,55,81)
#292D42
(41,45,66)
#1F2333
(31,35,51)
#151924
(21,25,36)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F73AB

#6F73AB
(111,115,171)
#7C7FB2
(124,127,178)
#898BB9
(137,139,185)
#9697C0
(150,151,192)
#A3A3C7
(163,163,199)
#B0AFCE
(176,175,206)
#BDBBD5
(189,187,213)
#CAC7DC
(202,199,220)
#D7D3E3
(215,211,227)
#E4DFEA
(228,223,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F73AB; }

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

This text font color is #6F73AB.

Background Color

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

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

This div background color is #6F73AB.

Border color

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

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

This div border color is #6F73AB.

Opacity

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

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

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

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

This text has shadow with #6F73AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F73AB.

Preview

Color preview on black background

This text has color #6F73AB on black background.


Color preview on white background

This text has color #6F73AB on white background.


Black color preview on #6F73AB background

This text has black color on #6F73AB background.


White color preview on #6F73AB background

This text has white color on #6F73AB background.


Related colors

Complementary color

Complementary color for #hex is #908C54.


I love getcolorcode.com

Triadic colors

1 #AB6F73 and #73AB6F with #6F73AB are triadic colors.

2 #AB736F and #736FAB with #6F73AB are triadic colors.