COLOR #6F6092

HEX: #6F6092 RGB: (111,96,146)

Color info

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

RGB color model

#6F6092 color RGB value is (111,96,146).

RGB: (111,96,146) (44%, 38%, 57%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 146 of 255 = 57%

111
96
146

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

Portions of RGB colors in percentages

R + G + B = 111 + 96 + 146 = 353 (100%)
R 111 of 353 ~ 31.44%
G 96 of 353 ~ 27.2%
B 146 of 353 ~ 41.36'%

%31.44
%27.2
%41.36

CMYK color model

#6F6092 color CMYK value is (24,34,0,43).

  • cyan value is 23.97%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (24,34,0,43)
C24M34Y0K43 (24%, 34%, 0%, 43%)
(0.24 / 0.34 / 0.00 / 0.43)

CMYK percentages

%23.97
%34.25
%0
%42.75

Codes

Color #6F6092 in popluar color models

6F 60 92
RGB 111 96 146
HSL 258° 20.66% 47.45%
HSB/HSV 258° 34.25% 57.25%
CMYK 23.97% 34.25% 0.00%
42.75%

Color #6F6092 in popluar number systems.

HEX 6F 60 92
Decimal 111 96 146
Binary 1101111 1100000 10010010
Octal 157 140 222

Shades and tints

Shades of #6F6092

#6F6092
(111,96,146)
#655885
(101,88,133)
#5B5078
(91,80,120)
#51486B
(81,72,107)
#47405E
(71,64,94)
#3D3851
(61,56,81)
#333044
(51,48,68)
#292837
(41,40,55)
#1F202A
(31,32,42)
#15181D
(21,24,29)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F6092

#6F6092
(111,96,146)
#7C6E9B
(124,110,155)
#897CA4
(137,124,164)
#968AAD
(150,138,173)
#A398B6
(163,152,182)
#B0A6BF
(176,166,191)
#BDB4C8
(189,180,200)
#CAC2D1
(202,194,209)
#D7D0DA
(215,208,218)
#E4DEE3
(228,222,227)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6092; }

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

This text font color is #6F6092.

Background Color

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

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

This div background color is #6F6092.

Border color

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

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

This div border color is #6F6092.

Opacity

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

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

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

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

This text has shadow with #6F6092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6092.

Preview

Color preview on black background

This text has color #6F6092 on black background.


Color preview on white background

This text has color #6F6092 on white background.


Black color preview on #6F6092 background

This text has black color on #6F6092 background.


White color preview on #6F6092 background

This text has white color on #6F6092 background.


Related colors

Complementary color

Complementary color for #hex is #909F6D.


I love getcolorcode.com

Triadic colors

1 #926F60 and #60926F with #6F6092 are triadic colors.

2 #92606F and #606F92 with #6F6092 are triadic colors.