COLOR #6F6FAE

HEX: #6F6FAE
RGB: (111,111,174)

Color info

#6F6FAE contains mainly blue color. Web safe color of #6F6FAE is #666699 (or #669).

RGB color model

#6F6FAE color RGB value is (111,111,174).

  • red value is 111;
  • green value is 111;
  • blue value is 174.
RGB:
(111,111,174)
(44%,44%,68%)

RGB channels and saturation

R 111 of 255 = 44%
G 111 of 255 = 44%
B 174 of 255 = 68%

111
111
174

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

Portions of RGB colors in percentages

R + G + B =
111 + 111 + 174 = 396 (100%)
R 111 of 396 ~ 28.03%
G 111 of 396 ~ 28.03%
B 174 of 396 ~ 43.94%

%28.03
%28.03
%43.94

CMYK color model

#6F6FAE color CMYK value is (36,36,0,32).

  • cyan value is 36.21%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(36,36,0,32)
C36M36Y0K32 
(36%,36%,0%,32%)
(0.36/0.36/0.00/0.32)	

CMYK percentages

%36.21
%36.21
%0
%31.76

Codes

Color #6F6FAE in popluar color models

6F6FAE
RGB111111174
HSL240°28.00%55.88%
HSB/HSV240°36.21%68.24%
CMYK36.21%36.21%0.00%
31.76%

Color #6F6FAE in popluar number systems.

HEX6F6FAE
Decimal111111174
Binary1101111110111110101110
Octal157157256

Shades and tints

Shades of #6F6FAE

#6F6FAE
(111,111,174)
#65659F
(101,101,159)
#5B5B90
(91,91,144)
#515181
(81,81,129)
#474772
(71,71,114)
#3D3D63
(61,61,99)
#333354
(51,51,84)
#292945
(41,41,69)
#1F1F36
(31,31,54)
#151527
(21,21,39)
#0B0B18
(11,11,24)
#000000
(0,0,0)

Tints of #6F6FAE

#6F6FAE
(111,111,174)
#7C7CB5
(124,124,181)
#8989BC
(137,137,188)
#9696C3
(150,150,195)
#A3A3CA
(163,163,202)
#B0B0D1
(176,176,209)
#BDBDD8
(189,189,216)
#CACADF
(202,202,223)
#D7D7E6
(215,215,230)
#E4E4ED
(228,228,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6FAE; }

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

This text font color is #6F6FAE.


Background Color

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

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

This div background color is #6F6FAE.


Border color

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

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

This div border color is #6F6FAE.


Opacity

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

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

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

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

This text has shadow with #6F6FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6FAE on black background.


Color preview on white background

This text has color #6F6FAE on white background.



Black color preview on #6F6FAE background

This text has black color on #6F6FAE background.


White color preview on #6F6FAE background

This text has white color on #6F6FAE background.