COLOR #6F7695

HEX: #6F7695 RGB: (111,118,149)

Color info

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

RGB color model

#6F7695 color RGB value is (111,118,149).

RGB: (111,118,149) (44%, 46%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 149 of 255 = 58%

111
118
149

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

Portions of RGB colors in percentages

R + G + B = 111 + 118 + 149 = 378 (100%)
R 111 of 378 ~ 29.37%
G 118 of 378 ~ 31.22%
B 149 of 378 ~ 39.42'%

%29.37
%31.22
%39.42

CMYK color model

#6F7695 color CMYK value is (26,21,0,42).

  • cyan value is 25.50%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,21,0,42)
C26M21Y0K42 (26%, 21%, 0%, 42%)
(0.26 / 0.21 / 0.00 / 0.42)

CMYK percentages

%25.5
%20.81
%0
%41.57

Codes

Color #6F7695 in popluar color models

6F 76 95
RGB 111 118 149
HSL 229° 15.20% 50.98%
HSB/HSV 229° 25.50% 58.43%
CMYK 25.50% 20.81% 0.00%
41.57%

Color #6F7695 in popluar number systems.

HEX 6F 76 95
Decimal 111 118 149
Binary 1101111 1110110 10010101
Octal 157 166 225

Shades and tints

Shades of #6F7695

#6F7695
(111,118,149)
#656C88
(101,108,136)
#5B627B
(91,98,123)
#51586E
(81,88,110)
#474E61
(71,78,97)
#3D4454
(61,68,84)
#333A47
(51,58,71)
#29303A
(41,48,58)
#1F262D
(31,38,45)
#151C20
(21,28,32)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6F7695

#6F7695
(111,118,149)
#7C829E
(124,130,158)
#898EA7
(137,142,167)
#969AB0
(150,154,176)
#A3A6B9
(163,166,185)
#B0B2C2
(176,178,194)
#BDBECB
(189,190,203)
#CACAD4
(202,202,212)
#D7D6DD
(215,214,221)
#E4E2E6
(228,226,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7695 color. Also use rgb(111,118,149) instead hex code.

Text Font Color

.myTextColor { color: #6F7695; }

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

This text font color is #6F7695.

Background Color

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

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

This div background color is #6F7695.

Border color

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

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

This div border color is #6F7695.

Opacity

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

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

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

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

This text has shadow with #6F7695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7695.

Preview

Color preview on black background

This text has color #6F7695 on black background.


Color preview on white background

This text has color #6F7695 on white background.


Black color preview on #6F7695 background

This text has black color on #6F7695 background.


White color preview on #6F7695 background

This text has white color on #6F7695 background.


Related colors

Complementary color

Complementary color for #hex is #90896A.


I love getcolorcode.com

Triadic colors

1 #956F76 and #76956F with #6F7695 are triadic colors.

2 #95766F and #766F95 with #6F7695 are triadic colors.