COLOR #6F62A6

HEX: #6F62A6
RGB: (111,98,166)

Color info

#6F62A6 contains mainly red and blue colors. Web safe color of #6F62A6 is #666699 (or #669).

RGB color model

#6F62A6 color RGB value is (111,98,166).

  • red value is 111;
  • green value is 98;
  • blue value is 166.
RGB:
(111,98,166)
(44%,38%,65%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 166 of 255 = 65%

111
98
166

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 166 = 375 (100%)
R 111 of 375 ~ 29.6%
G 98 of 375 ~ 26.13%
B 166 of 375 ~ 44.27%

%29.6
%26.13
%44.27

CMYK color model

#6F62A6 color CMYK value is (33,41,0,35).

  • cyan value is 33.13%
  • magenta value is 40.96%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,41,0,35)
C33M41Y0K35 
(33%,41%,0%,35%)
(0.33/0.41/0.00/0.35)	

CMYK percentages

%33.13
%40.96
%0
%34.9

Codes

Color #6F62A6 in popluar color models

6F62A6
RGB11198166
HSL251°27.64%51.76%
HSB/HSV251°40.96%65.10%
CMYK33.13%40.96%0.00%
34.90%

Color #6F62A6 in popluar number systems.

HEX6F62A6
Decimal11198166
Binary1101111110001010100110
Octal157142246

Shades and tints

Shades of #6F62A6

#6F62A6
(111,98,166)
#655A97
(101,90,151)
#5B5288
(91,82,136)
#514A79
(81,74,121)
#47426A
(71,66,106)
#3D3A5B
(61,58,91)
#33324C
(51,50,76)
#292A3D
(41,42,61)
#1F222E
(31,34,46)
#151A1F
(21,26,31)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F62A6

#6F62A6
(111,98,166)
#7C70AE
(124,112,174)
#897EB6
(137,126,182)
#968CBE
(150,140,190)
#A39AC6
(163,154,198)
#B0A8CE
(176,168,206)
#BDB6D6
(189,182,214)
#CAC4DE
(202,196,222)
#D7D2E6
(215,210,230)
#E4E0EE
(228,224,238)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F62A6; }

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

This text font color is #6F62A6.


Background Color

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

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

This div background color is #6F62A6.


Border color

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

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

This div border color is #6F62A6.


Opacity

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

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

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

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

This text has shadow with #6F62A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F62A6 on black background.


Color preview on white background

This text has color #6F62A6 on white background.



Black color preview on #6F62A6 background

This text has black color on #6F62A6 background.


White color preview on #6F62A6 background

This text has white color on #6F62A6 background.