COLOR #6F74A6

HEX: #6F74A6
RGB: (111,116,166)

Color info

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

RGB color model

#6F74A6 color RGB value is (111,116,166).

  • red value is 111;
  • green value is 116;
  • blue value is 166.
RGB:
(111,116,166)
(44%,45%,65%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 166 of 255 = 65%

111
116
166

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

Portions of RGB colors in percentages

R + G + B =
111 + 116 + 166 = 393 (100%)
R 111 of 393 ~ 28.24%
G 116 of 393 ~ 29.52%
B 166 of 393 ~ 42.24%

%28.24
%29.52
%42.24

CMYK color model

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

  • cyan value is 33.13%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,30,0,35)
C33M30Y0K35 
(33%,30%,0%,35%)
(0.33/0.30/0.00/0.35)	

CMYK percentages

%33.13
%30.12
%0
%34.9

Codes

Color #6F74A6 in popluar color models

6F74A6
RGB111116166
HSL235°23.61%54.31%
HSB/HSV235°33.13%65.10%
CMYK33.13%30.12%0.00%
34.90%

Color #6F74A6 in popluar number systems.

HEX6F74A6
Decimal111116166
Binary1101111111010010100110
Octal157164246

Shades and tints

Shades of #6F74A6

#6F74A6
(111,116,166)
#656A97
(101,106,151)
#5B6088
(91,96,136)
#515679
(81,86,121)
#474C6A
(71,76,106)
#3D425B
(61,66,91)
#33384C
(51,56,76)
#292E3D
(41,46,61)
#1F242E
(31,36,46)
#151A1F
(21,26,31)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F74A6

#6F74A6
(111,116,166)
#7C80AE
(124,128,174)
#898CB6
(137,140,182)
#9698BE
(150,152,190)
#A3A4C6
(163,164,198)
#B0B0CE
(176,176,206)
#BDBCD6
(189,188,214)
#CAC8DE
(202,200,222)
#D7D4E6
(215,212,230)
#E4E0EE
(228,224,238)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F74A6 color. Also use rgb(111,116,166) instead hex code.

Text Font Color

.myTextColor { color: #6F74A6; }

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

This text font color is #6F74A6.


Background Color

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

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

This div background color is #6F74A6.


Border color

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

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

This div border color is #6F74A6.


Opacity

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

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

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

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

This text has shadow with #6F74A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F74A6 on black background.


Color preview on white background

This text has color #6F74A6 on white background.



Black color preview on #6F74A6 background

This text has black color on #6F74A6 background.


White color preview on #6F74A6 background

This text has white color on #6F74A6 background.