COLOR #6F6F98

HEX: #6F6F98
RGB: (111,111,152)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
111
152

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

Portions of RGB colors in percentages

R + G + B =
111 + 111 + 152 = 374 (100%)
R 111 of 374 ~ 29.68%
G 111 of 374 ~ 29.68%
B 152 of 374 ~ 40.64%

%29.68
%29.68
%40.64

CMYK color model

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

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

CMYK percentages

%26.97
%26.97
%0
%40.39

Codes

Color #6F6F98 in popluar color models

6F6F98
RGB111111152
HSL240°16.60%51.57%
HSB/HSV240°26.97%59.61%
CMYK26.97%26.97%0.00%
40.39%

Color #6F6F98 in popluar number systems.

HEX6F6F98
Decimal111111152
Binary1101111110111110011000
Octal157157230

Shades and tints

Shades of #6F6F98

#6F6F98
(111,111,152)
#65658B
(101,101,139)
#5B5B7E
(91,91,126)
#515171
(81,81,113)
#474764
(71,71,100)
#3D3D57
(61,61,87)
#33334A
(51,51,74)
#29293D
(41,41,61)
#1F1F30
(31,31,48)
#151523
(21,21,35)
#0B0B16
(11,11,22)
#000000
(0,0,0)

Tints of #6F6F98

#6F6F98
(111,111,152)
#7C7CA1
(124,124,161)
#8989AA
(137,137,170)
#9696B3
(150,150,179)
#A3A3BC
(163,163,188)
#B0B0C5
(176,176,197)
#BDBDCE
(189,189,206)
#CACAD7
(202,202,215)
#D7D7E0
(215,215,224)
#E4E4E9
(228,228,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6F98; }

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

This text font color is #6F6F98.


Background Color

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

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

This div background color is #6F6F98.


Border color

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

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

This div border color is #6F6F98.


Opacity

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

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

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

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

This text has shadow with #6F6F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6F98 on black background.


Color preview on white background

This text has color #6F6F98 on white background.



Black color preview on #6F6F98 background

This text has black color on #6F6F98 background.


White color preview on #6F6F98 background

This text has white color on #6F6F98 background.