COLOR #6F00BF

HEX: #6F00BF
RGB: (111,0,191)

Color info

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

RGB color model

#6F00BF color RGB value is (111,0,191).

  • red value is 111;
  • green value is 0;
  • blue value is 191.
RGB:
(111,0,191)
(44%,0%,75%)

RGB channels and saturation

R 111 of 255 = 44%
G 0 of 255 = 0%
B 191 of 255 = 75%

111
0
191

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

Portions of RGB colors in percentages

R + G + B =
111 + 0 + 191 = 302 (100%)
R 111 of 302 ~ 36.75%
G 0 of 302 ~ 0%
B 191 of 302 ~ 63.25%

%36.75
%63.25

CMYK color model

#6F00BF color CMYK value is (42,100,0,25).

  • cyan value is 41.88%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(42,100,0,25)
C42M100Y0K25 
(42%,100%,0%,25%)
(0.42/1.00/0.00/0.25)	

CMYK percentages

%41.88
%100
%0
%25.1

Codes

Color #6F00BF in popluar color models

6F00BF
RGB1110191
HSL275°100.00%37.45%
HSB/HSV275°100.00%74.90%
CMYK41.88%100.00%0.00%
25.10%

Color #6F00BF in popluar number systems.

HEX6F00BF
Decimal1110191
Binary1101111010111111
Octal1570277

Shades and tints

Shades of #6F00BF

#6F00BF
(111,0,191)
#6500AE
(101,0,174)
#5B009D
(91,0,157)
#51008C
(81,0,140)
#47007B
(71,0,123)
#3D006A
(61,0,106)
#330059
(51,0,89)
#290048
(41,0,72)
#1F0037
(31,0,55)
#150026
(21,0,38)
#0B0015
(11,0,21)
#000000
(0,0,0)

Tints of #6F00BF

#6F00BF
(111,0,191)
#7C17C4
(124,23,196)
#892EC9
(137,46,201)
#9645CE
(150,69,206)
#A35CD3
(163,92,211)
#B073D8
(176,115,216)
#BD8ADD
(189,138,221)
#CAA1E2
(202,161,226)
#D7B8E7
(215,184,231)
#E4CFEC
(228,207,236)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F00BF; }

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

This text font color is #6F00BF.


Background Color

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

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

This div background color is #6F00BF.


Border color

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

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

This div border color is #6F00BF.


Opacity

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

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

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

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

This text has shadow with #6F00BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F00BF on black background.


Color preview on white background

This text has color #6F00BF on white background.



Black color preview on #6F00BF background

This text has black color on #6F00BF background.


White color preview on #6F00BF background

This text has white color on #6F00BF background.