COLOR #6F6496

HEX: #6F6496 RGB: (111,100,150)

Color info

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

RGB color model

#6F6496 color RGB value is (111,100,150).

RGB: (111,100,150) (44%, 39%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 150 of 255 = 59%

111
100
150

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 150 = 361 (100%)
R 111 of 361 ~ 30.75%
G 100 of 361 ~ 27.7%
B 150 of 361 ~ 41.55'%

%30.75
%27.7
%41.55

CMYK color model

#6F6496 color CMYK value is (26,33,0,41).

  • cyan value is 26.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (26,33,0,41) C26M33Y0K41 (26%,33%,0%,41%) (0.26/0.33/0.00/0.41) 

CMYK percentages

%26
%33.33
%0
%41.18

Codes

Color #6F6496 in popluar color models

6F 64 96
RGB 111 100 150
HSL 253° 20.00% 49.02%
HSB/HSV 253° 33.33% 58.82%
CMYK 26.00% 33.33% 0.00%
41.18%

Color #6F6496 in popluar number systems.

HEX 6F 64 96
Decimal 111 100 150
Binary 1101111 1100100 10010110
Octal 157 144 226

Shades and tints

Shades of #6F6496

#6F6496
(111,100,150)
#655B89
(101,91,137)
#5B527C
(91,82,124)
#51496F
(81,73,111)
#474062
(71,64,98)
#3D3755
(61,55,85)
#332E48
(51,46,72)
#29253B
(41,37,59)
#1F1C2E
(31,28,46)
#151321
(21,19,33)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #6F6496

#6F6496
(111,100,150)
#7C729F
(124,114,159)
#8980A8
(137,128,168)
#968EB1
(150,142,177)
#A39CBA
(163,156,186)
#B0AAC3
(176,170,195)
#BDB8CC
(189,184,204)
#CAC6D5
(202,198,213)
#D7D4DE
(215,212,222)
#E4E2E7
(228,226,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6496; }

 <p style="color:#'.$colorObj['hex'].'">This sample text font color is #'.$colorObj['hex'].'.</p> 

This text font color is #6F6496.

Background Color

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

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

This div background color is #6F6496.

Border color

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

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

This div border color is #6F6496.


'.$lang['color_style_opacity'].'

.myOpacity80 { color: #'.$colorObj['hex'].'; opacity: 0.8; }

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #6F6496 on black background.


Color preview on white background

This text has color #6F6496 on white background.



Black color preview on #6F6496 background

This text has black color on #6F6496 background.


White color preview on #6F6496 background

This text has white color on #6F6496 background.