COLOR #6F698A

HEX: #6F698A
RGB: (111,105,138)

Color info

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

RGB color model

#6F698A color RGB value is (111,105,138).

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

RGB channels and saturation

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

111
105
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 105 + 138 = 354 (100%)
R 111 of 354 ~ 31.36%
G 105 of 354 ~ 29.66%
B 138 of 354 ~ 38.98%

%31.36
%29.66
%38.98

CMYK color model

#6F698A color CMYK value is (20,24,0,46).

  • cyan value is 19.57%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,24,0,46)
C20M24Y0K46 
(20%,24%,0%,46%)
(0.20/0.24/0.00/0.46)	

CMYK percentages

%19.57
%23.91
%0
%45.88

Codes

Color #6F698A in popluar color models

6F698A
RGB111105138
HSL251°13.58%47.65%
HSB/HSV251°23.91%54.12%
CMYK19.57%23.91%0.00%
45.88%

Color #6F698A in popluar number systems.

HEX6F698A
Decimal111105138
Binary1101111110100110001010
Octal157151212

Shades and tints

Shades of #6F698A

#6F698A
(111,105,138)
#65607E
(101,96,126)
#5B5772
(91,87,114)
#514E66
(81,78,102)
#47455A
(71,69,90)
#3D3C4E
(61,60,78)
#333342
(51,51,66)
#292A36
(41,42,54)
#1F212A
(31,33,42)
#15181E
(21,24,30)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #6F698A

#6F698A
(111,105,138)
#7C7694
(124,118,148)
#89839E
(137,131,158)
#9690A8
(150,144,168)
#A39DB2
(163,157,178)
#B0AABC
(176,170,188)
#BDB7C6
(189,183,198)
#CAC4D0
(202,196,208)
#D7D1DA
(215,209,218)
#E4DEE4
(228,222,228)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F698A; }

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

This text font color is #6F698A.


Background Color

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

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

This div background color is #6F698A.


Border color

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

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

This div border color is #6F698A.


Opacity

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

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

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

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

This text has shadow with #6F698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F698A on black background.


Color preview on white background

This text has color #6F698A on white background.



Black color preview on #6F698A background

This text has black color on #6F698A background.


White color preview on #6F698A background

This text has white color on #6F698A background.