COLOR #6F58BF

HEX: #6F58BF
RGB: (111,88,191)

Color info

#6F58BF contains mainly blue color. Web safe color of #6F58BF is #6666CC (or #66C).

RGB color model

#6F58BF color RGB value is (111,88,191).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 191 of 255 = 75%

111
88
191

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 191 = 390 (100%)
R 111 of 390 ~ 28.46%
G 88 of 390 ~ 22.56%
B 191 of 390 ~ 48.97%

%28.46
%22.56
%48.97

CMYK color model

#6F58BF color CMYK value is (42,54,0,25).

  • cyan value is 41.88%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(42,54,0,25)
C42M54Y0K25 
(42%,54%,0%,25%)
(0.42/0.54/0.00/0.25)	

CMYK percentages

%41.88
%53.93
%0
%25.1

Codes

Color #6F58BF in popluar color models

6F58BF
RGB11188191
HSL253°44.59%54.71%
HSB/HSV253°53.93%74.90%
CMYK41.88%53.93%0.00%
25.10%

Color #6F58BF in popluar number systems.

HEX6F58BF
Decimal11188191
Binary1101111101100010111111
Octal157130277

Shades and tints

Shades of #6F58BF

#6F58BF
(111,88,191)
#6550AE
(101,80,174)
#5B489D
(91,72,157)
#51408C
(81,64,140)
#47387B
(71,56,123)
#3D306A
(61,48,106)
#332859
(51,40,89)
#292048
(41,32,72)
#1F1837
(31,24,55)
#151026
(21,16,38)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #6F58BF

#6F58BF
(111,88,191)
#7C67C4
(124,103,196)
#8976C9
(137,118,201)
#9685CE
(150,133,206)
#A394D3
(163,148,211)
#B0A3D8
(176,163,216)
#BDB2DD
(189,178,221)
#CAC1E2
(202,193,226)
#D7D0E7
(215,208,231)
#E4DFEC
(228,223,236)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F58BF; }

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

This text font color is #6F58BF.


Background Color

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

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

This div background color is #6F58BF.


Border color

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

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

This div border color is #6F58BF.


Opacity

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

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

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

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

This text has shadow with #6F58BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F58BF on black background.


Color preview on white background

This text has color #6F58BF on white background.



Black color preview on #6F58BF background

This text has black color on #6F58BF background.


White color preview on #6F58BF background

This text has white color on #6F58BF background.