COLOR #6F6E90

HEX: #6F6E90
RGB: (111,110,144)

Color info

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

RGB color model

#6F6E90 color RGB value is (111,110,144).

  • red value is 111;
  • green value is 110;
  • blue value is 144.
RGB:
(111,110,144)
(44%,43%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 110 of 255 = 43%
B 144 of 255 = 56%

111
110
144

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

Portions of RGB colors in percentages

R + G + B =
111 + 110 + 144 = 365 (100%)
R 111 of 365 ~ 30.41%
G 110 of 365 ~ 30.14%
B 144 of 365 ~ 39.45%

%30.41
%30.14
%39.45

CMYK color model

#6F6E90 color CMYK value is (23,24,0,44).

  • cyan value is 22.92%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(23,24,0,44)
C23M24Y0K44 
(23%,24%,0%,44%)
(0.23/0.24/0.00/0.44)	

CMYK percentages

%22.92
%23.61
%0
%43.53

Codes

Color #6F6E90 in popluar color models

6F6E90
RGB111110144
HSL242°13.39%49.80%
HSB/HSV242°23.61%56.47%
CMYK22.92%23.61%0.00%
43.53%

Color #6F6E90 in popluar number systems.

HEX6F6E90
Decimal111110144
Binary1101111110111010010000
Octal157156220

Shades and tints

Shades of #6F6E90

#6F6E90
(111,110,144)
#656483
(101,100,131)
#5B5A76
(91,90,118)
#515069
(81,80,105)
#47465C
(71,70,92)
#3D3C4F
(61,60,79)
#333242
(51,50,66)
#292835
(41,40,53)
#1F1E28
(31,30,40)
#15141B
(21,20,27)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #6F6E90

#6F6E90
(111,110,144)
#7C7B9A
(124,123,154)
#8988A4
(137,136,164)
#9695AE
(150,149,174)
#A3A2B8
(163,162,184)
#B0AFC2
(176,175,194)
#BDBCCC
(189,188,204)
#CAC9D6
(202,201,214)
#D7D6E0
(215,214,224)
#E4E3EA
(228,227,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6E90; }

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

This text font color is #6F6E90.


Background Color

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

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

This div background color is #6F6E90.


Border color

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

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

This div border color is #6F6E90.


Opacity

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

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

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

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

This text has shadow with #6F6E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6E90 on black background.


Color preview on white background

This text has color #6F6E90 on white background.



Black color preview on #6F6E90 background

This text has black color on #6F6E90 background.


White color preview on #6F6E90 background

This text has white color on #6F6E90 background.