COLOR #6F688A

HEX: #6F688A
RGB: (111,104,138)

Color info

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

RGB color model

#6F688A color RGB value is (111,104,138).

  • red value is 111;
  • green value is 104;
  • blue value is 138.
RGB:
(111,104,138)
(44%,41%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 104 of 255 = 41%
B 138 of 255 = 54%

111
104
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 104 + 138 = 353 (100%)
R 111 of 353 ~ 31.44%
G 104 of 353 ~ 29.46%
B 138 of 353 ~ 39.09%

%31.44
%29.46
%39.09

CMYK color model

#6F688A color CMYK value is (20,25,0,46).

  • cyan value is 19.57%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,25,0,46)
C20M25Y0K46 
(20%,25%,0%,46%)
(0.20/0.25/0.00/0.46)	

CMYK percentages

%19.57
%24.64
%0
%45.88

Codes

Color #6F688A in popluar color models

6F688A
RGB111104138
HSL252°14.05%47.45%
HSB/HSV252°24.64%54.12%
CMYK19.57%24.64%0.00%
45.88%

Color #6F688A in popluar number systems.

HEX6F688A
Decimal111104138
Binary1101111110100010001010
Octal157150212

Shades and tints

Shades of #6F688A

#6F688A
(111,104,138)
#655F7E
(101,95,126)
#5B5672
(91,86,114)
#514D66
(81,77,102)
#47445A
(71,68,90)
#3D3B4E
(61,59,78)
#333242
(51,50,66)
#292936
(41,41,54)
#1F202A
(31,32,42)
#15171E
(21,23,30)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6F688A

#6F688A
(111,104,138)
#7C7594
(124,117,148)
#89829E
(137,130,158)
#968FA8
(150,143,168)
#A39CB2
(163,156,178)
#B0A9BC
(176,169,188)
#BDB6C6
(189,182,198)
#CAC3D0
(202,195,208)
#D7D0DA
(215,208,218)
#E4DDE4
(228,221,228)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F688A; }

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

This text font color is #6F688A.


Background Color

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

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

This div background color is #6F688A.


Border color

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

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

This div border color is #6F688A.


Opacity

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

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

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

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

This text has shadow with #6F688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F688A on black background.


Color preview on white background

This text has color #6F688A on white background.



Black color preview on #6F688A background

This text has black color on #6F688A background.


White color preview on #6F688A background

This text has white color on #6F688A background.