COLOR #6F08B6

HEX: #6F08B6
RGB: (111,8,182)

Color info

#6F08B6 contains mainly blue color. Web safe color of #6F08B6 is #6600CC (or #60C).

RGB color model

#6F08B6 color RGB value is (111,8,182).

  • red value is 111;
  • green value is 8;
  • blue value is 182.
RGB:
(111,8,182)
(44%,3%,71%)

RGB channels and saturation

R 111 of 255 = 44%
G 8 of 255 = 3%
B 182 of 255 = 71%

111
8
182

R + G + B ~ 39%. #6F08B6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 8 + 182 = 301 (100%)
R 111 of 301 ~ 36.88%
G 8 of 301 ~ 2.66%
B 182 of 301 ~ 60.47%

%36.88
%60.47

CMYK color model

#6F08B6 color CMYK value is (39,96,0,29).

  • cyan value is 39.01%
  • magenta value is 95.60%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(39,96,0,29)
C39M96Y0K29 
(39%,96%,0%,29%)
(0.39/0.96/0.00/0.29)	

CMYK percentages

%39.01
%95.6
%0
%28.63

Codes

Color #6F08B6 in popluar color models

6F08B6
RGB1118182
HSL276°91.58%37.25%
HSB/HSV276°95.60%71.37%
CMYK39.01%95.60%0.00%
28.63%

Color #6F08B6 in popluar number systems.

HEX6F08B6
Decimal1118182
Binary1101111100010110110
Octal15710266

Shades and tints

Shades of #6F08B6

#6F08B6
(111,8,182)
#6508A6
(101,8,166)
#5B0896
(91,8,150)
#510886
(81,8,134)
#470876
(71,8,118)
#3D0866
(61,8,102)
#330856
(51,8,86)
#290846
(41,8,70)
#1F0836
(31,8,54)
#150826
(21,8,38)
#0B0816
(11,8,22)
#000000
(0,0,0)

Tints of #6F08B6

#6F08B6
(111,8,182)
#7C1EBC
(124,30,188)
#8934C2
(137,52,194)
#964AC8
(150,74,200)
#A360CE
(163,96,206)
#B076D4
(176,118,212)
#BD8CDA
(189,140,218)
#CAA2E0
(202,162,224)
#D7B8E6
(215,184,230)
#E4CEEC
(228,206,236)
#F1E4F2
(241,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F08B6; }

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

This text font color is #6F08B6.


Background Color

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

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

This div background color is #6F08B6.


Border color

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

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

This div border color is #6F08B6.


Opacity

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

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

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

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

This text has shadow with #6F08B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F08B6 on black background.


Color preview on white background

This text has color #6F08B6 on white background.



Black color preview on #6F08B6 background

This text has black color on #6F08B6 background.


White color preview on #6F08B6 background

This text has white color on #6F08B6 background.