COLOR #6F7698

HEX: #6F7698
RGB: (111,118,152)

Color info

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

RGB color model

#6F7698 color RGB value is (111,118,152).

  • red value is 111;
  • green value is 118;
  • blue value is 152.
RGB:
(111,118,152)
(44%,46%,60%)

RGB channels and saturation

R 111 of 255 = 44%
G 118 of 255 = 46%
B 152 of 255 = 60%

111
118
152

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

Portions of RGB colors in percentages

R + G + B =
111 + 118 + 152 = 381 (100%)
R 111 of 381 ~ 29.13%
G 118 of 381 ~ 30.97%
B 152 of 381 ~ 39.9%

%29.13
%30.97
%39.9

CMYK color model

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

  • cyan value is 26.97%
  • magenta value is 22.37%
  • 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
%22.37
%0
%40.39

Codes

Color #6F7698 in popluar color models

6F7698
RGB111118152
HSL230°16.60%51.57%
HSB/HSV230°26.97%59.61%
CMYK26.97%22.37%0.00%
40.39%

Color #6F7698 in popluar number systems.

HEX6F7698
Decimal111118152
Binary1101111111011010011000
Octal157166230

Shades and tints

Shades of #6F7698

#6F7698
(111,118,152)
#656C8B
(101,108,139)
#5B627E
(91,98,126)
#515871
(81,88,113)
#474E64
(71,78,100)
#3D4457
(61,68,87)
#333A4A
(51,58,74)
#29303D
(41,48,61)
#1F2630
(31,38,48)
#151C23
(21,28,35)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6F7698

#6F7698
(111,118,152)
#7C82A1
(124,130,161)
#898EAA
(137,142,170)
#969AB3
(150,154,179)
#A3A6BC
(163,166,188)
#B0B2C5
(176,178,197)
#BDBECE
(189,190,206)
#CACAD7
(202,202,215)
#D7D6E0
(215,214,224)
#E4E2E9
(228,226,233)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7698; }

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

This text font color is #6F7698.


Background Color

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

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

This div background color is #6F7698.


Border color

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

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

This div border color is #6F7698.


Opacity

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

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

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

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

This text has shadow with #6F7698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7698 on black background.


Color preview on white background

This text has color #6F7698 on white background.



Black color preview on #6F7698 background

This text has black color on #6F7698 background.


White color preview on #6F7698 background

This text has white color on #6F7698 background.