COLOR #6F7388

HEX: #6F7388 RGB: (111,115,136)

Color info

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

RGB color model

#6F7388 color RGB value is (111,115,136).

RGB: (111,115,136) (44%, 45%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 115 of 255 = 45%
B 136 of 255 = 53%

111
115
136

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

Portions of RGB colors in percentages

R + G + B = 111 + 115 + 136 = 362 (100%)
R 111 of 362 ~ 30.66%
G 115 of 362 ~ 31.77%
B 136 of 362 ~ 37.57'%

%30.66
%31.77
%37.57

CMYK color model

#6F7388 color CMYK value is (18,15,0,47).

  • cyan value is 18.38%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (18,15,0,47) C18M15Y0K47 (18%,15%,0%,47%) (0.18/0.15/0.00/0.47) 

CMYK percentages

%18.38
%15.44
%0
%46.67

Codes

Color #6F7388 in popluar color models

6F 73 88
RGB 111 115 136
HSL 230° 10.12% 48.43%
HSB/HSV 230° 18.38% 53.33%
CMYK 18.38% 15.44% 0.00%
46.67%

Color #6F7388 in popluar number systems.

HEX 6F 73 88
Decimal 111 115 136
Binary 1101111 1110011 10001000
Octal 157 163 210

Shades and tints

Shades of #6F7388

#6F7388
(111,115,136)
#65697C
(101,105,124)
#5B5F70
(91,95,112)
#515564
(81,85,100)
#474B58
(71,75,88)
#3D414C
(61,65,76)
#333740
(51,55,64)
#292D34
(41,45,52)
#1F2328
(31,35,40)
#15191C
(21,25,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F7388

#6F7388
(111,115,136)
#7C7F92
(124,127,146)
#898B9C
(137,139,156)
#9697A6
(150,151,166)
#A3A3B0
(163,163,176)
#B0AFBA
(176,175,186)
#BDBBC4
(189,187,196)
#CAC7CE
(202,199,206)
#D7D3D8
(215,211,216)
#E4DFE2
(228,223,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7388; }

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

This text font color is #6F7388.

Background Color

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

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

This div background color is #6F7388.

Border color

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

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

This div border color is #6F7388.

Opacity

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

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

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

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

This text has shadow with #6F7388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7388.

Preview

Color preview on black background

This text has color #6F7388 on black background.


Color preview on white background

This text has color #6F7388 on white background.


Black color preview on #6F7388 background

This text has black color on #6F7388 background.


White color preview on #6F7388 background

This text has white color on #6F7388 background.


Related colors

Complementary color

Complementary color for #hex is #908C77.


I love getcolorcode.com

Triadic colors

1 #886F73 and #73886F with #6F7388 are triadic colors.

2 #88736F and #736F88 with #6F7388 are triadic colors.