COLOR #6F7798

HEX: #6F7798 RGB: (111,119,152)

Color info

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

RGB color model

#6F7798 color RGB value is (111,119,152).

RGB: (111,119,152) (44%, 47%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 152 of 255 = 60%

111
119
152

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

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 152 = 382 (100%)
R 111 of 382 ~ 29.06%
G 119 of 382 ~ 31.15%
B 152 of 382 ~ 39.79'%

%29.06
%31.15
%39.79

CMYK color model

#6F7798 color CMYK value is (27,22,0,40).

  • cyan value is 26.97%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (27,22,0,40)
C27M22Y0K40 (27%, 22%, 0%, 40%)
(0.27 / 0.22 / 0.00 / 0.40)

CMYK percentages

%26.97
%21.71
%0
%40.39

Codes

Color #6F7798 in popluar color models

6F 77 98
RGB 111 119 152
HSL 228° 16.60% 51.57%
HSB/HSV 228° 26.97% 59.61%
CMYK 26.97% 21.71% 0.00%
40.39%

Color #6F7798 in popluar number systems.

HEX 6F 77 98
Decimal 111 119 152
Binary 1101111 1110111 10011000
Octal 157 167 230

Shades and tints

Shades of #6F7798

#6F7798
(111,119,152)
#656D8B
(101,109,139)
#5B637E
(91,99,126)
#515971
(81,89,113)
#474F64
(71,79,100)
#3D4557
(61,69,87)
#333B4A
(51,59,74)
#29313D
(41,49,61)
#1F2730
(31,39,48)
#151D23
(21,29,35)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #6F7798

#6F7798
(111,119,152)
#7C83A1
(124,131,161)
#898FAA
(137,143,170)
#969BB3
(150,155,179)
#A3A7BC
(163,167,188)
#B0B3C5
(176,179,197)
#BDBFCE
(189,191,206)
#CACBD7
(202,203,215)
#D7D7E0
(215,215,224)
#E4E3E9
(228,227,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7798 color. Also use rgb(111,119,152) instead hex code.

Text Font Color

.myTextColor { color: #6F7798; }

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

This text font color is #6F7798.

Background Color

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

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

This div background color is #6F7798.

Border color

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

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

This div border color is #6F7798.

Opacity

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

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

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

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

This text has shadow with #6F7798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7798.

Preview

Color preview on black background

This text has color #6F7798 on black background.


Color preview on white background

This text has color #6F7798 on white background.


Black color preview on #6F7798 background

This text has black color on #6F7798 background.


White color preview on #6F7798 background

This text has white color on #6F7798 background.


Related colors

Complementary color

Complementary color for #hex is #908867.


I love getcolorcode.com

Triadic colors

1 #986F77 and #77986F with #6F7798 are triadic colors.

2 #98776F and #776F98 with #6F7798 are triadic colors.