COLOR #6F759A

HEX: #6F759A RGB: (111,117,154)

Color info

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

RGB color model

#6F759A color RGB value is (111,117,154).

RGB: (111,117,154) (44%, 46%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 154 of 255 = 60%

111
117
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 117 + 154 = 382 (100%)
R 111 of 382 ~ 29.06%
G 117 of 382 ~ 30.63%
B 154 of 382 ~ 40.31'%

%29.06
%30.63
%40.31

CMYK color model

#6F759A color CMYK value is (28,24,0,40).

  • cyan value is 27.92%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (28,24,0,40) C28M24Y0K40 (28%,24%,0%,40%) (0.28/0.24/0.00/0.40) 

CMYK percentages

%27.92
%24.03
%0
%39.61

Codes

Color #6F759A in popluar color models

6F 75 9A
RGB 111 117 154
HSL 232° 17.55% 51.96%
HSB/HSV 232° 27.92% 60.39%
CMYK 27.92% 24.03% 0.00%
39.61%

Color #6F759A in popluar number systems.

HEX 6F 75 9A
Decimal 111 117 154
Binary 1101111 1110101 10011010
Octal 157 165 232

Shades and tints

Shades of #6F759A

#6F759A
(111,117,154)
#656B8C
(101,107,140)
#5B617E
(91,97,126)
#515770
(81,87,112)
#474D62
(71,77,98)
#3D4354
(61,67,84)
#333946
(51,57,70)
#292F38
(41,47,56)
#1F252A
(31,37,42)
#151B1C
(21,27,28)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F759A

#6F759A
(111,117,154)
#7C81A3
(124,129,163)
#898DAC
(137,141,172)
#9699B5
(150,153,181)
#A3A5BE
(163,165,190)
#B0B1C7
(176,177,199)
#BDBDD0
(189,189,208)
#CAC9D9
(202,201,217)
#D7D5E2
(215,213,226)
#E4E1EB
(228,225,235)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F759A color. Also use rgb(111,117,154) instead hex code.

Text Font Color

.myTextColor { color: #6F759A; }

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

This text font color is #6F759A.

Background Color

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

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

This div background color is #6F759A.

Border color

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

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

This div border color is #6F759A.

Opacity

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

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

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

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

This text has shadow with #6F759A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F759A.

Preview

Color preview on black background

This text has color #6F759A on black background.


Color preview on white background

This text has color #6F759A on white background.


Black color preview on #6F759A background

This text has black color on #6F759A background.


White color preview on #6F759A background

This text has white color on #6F759A background.


Related colors

Complementary color

Complementary color for #hex is #908A65.


I love getcolorcode.com

Triadic colors

1 #9A6F75 and #759A6F with #6F759A are triadic colors.

2 #9A756F and #756F9A with #6F759A are triadic colors.