COLOR #6F7498

HEX: #6F7498 RGB: (111,116,152)

Color info

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

RGB color model

#6F7498 color RGB value is (111,116,152).

RGB: (111,116,152) (44%, 45%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 116 of 255 = 45%
B 152 of 255 = 60%

111
116
152

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

Portions of RGB colors in percentages

R + G + B = 111 + 116 + 152 = 379 (100%)
R 111 of 379 ~ 29.29%
G 116 of 379 ~ 30.61%
B 152 of 379 ~ 40.11'%

%29.29
%30.61
%40.11

CMYK color model

#6F7498 color CMYK value is (27,24,0,40).

  • cyan value is 26.97%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (27,24,0,40) C27M24Y0K40 (27%,24%,0%,40%) (0.27/0.24/0.00/0.40) 

CMYK percentages

%26.97
%23.68
%0
%40.39

Codes

Color #6F7498 in popluar color models

6F 74 98
RGB 111 116 152
HSL 233° 16.60% 51.57%
HSB/HSV 233° 26.97% 59.61%
CMYK 26.97% 23.68% 0.00%
40.39%

Color #6F7498 in popluar number systems.

HEX 6F 74 98
Decimal 111 116 152
Binary 1101111 1110100 10011000
Octal 157 164 230

Shades and tints

Shades of #6F7498

#6F7498
(111,116,152)
#656A8B
(101,106,139)
#5B607E
(91,96,126)
#515671
(81,86,113)
#474C64
(71,76,100)
#3D4257
(61,66,87)
#33384A
(51,56,74)
#292E3D
(41,46,61)
#1F2430
(31,36,48)
#151A23
(21,26,35)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #6F7498

#6F7498
(111,116,152)
#7C80A1
(124,128,161)
#898CAA
(137,140,170)
#9698B3
(150,152,179)
#A3A4BC
(163,164,188)
#B0B0C5
(176,176,197)
#BDBCCE
(189,188,206)
#CAC8D7
(202,200,215)
#D7D4E0
(215,212,224)
#E4E0E9
(228,224,233)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7498; }

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

This text font color is #6F7498.

Background Color

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

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

This div background color is #6F7498.

Border color

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

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

This div border color is #6F7498.

Opacity

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

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

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

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

This text has shadow with #6F7498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7498.

Preview

Color preview on black background

This text has color #6F7498 on black background.


Color preview on white background

This text has color #6F7498 on white background.


Black color preview on #6F7498 background

This text has black color on #6F7498 background.


White color preview on #6F7498 background

This text has white color on #6F7498 background.


Related colors

Complementary color

Complementary color for #hex is #908B67.


I love getcolorcode.com

Triadic colors

1 #986F74 and #74986F with #6F7498 are triadic colors.

2 #98746F and #746F98 with #6F7498 are triadic colors.