COLOR #6F58B1

HEX: #6F58B1
RGB: (111,88,177)

Color info

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

RGB color model

#6F58B1 color RGB value is (111,88,177).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 177 of 255 = 69%

111
88
177

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 177 = 376 (100%)
R 111 of 376 ~ 29.52%
G 88 of 376 ~ 23.4%
B 177 of 376 ~ 47.07%

%29.52
%23.4
%47.07

CMYK color model

#6F58B1 color CMYK value is (37,50,0,31).

  • cyan value is 37.29%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(37,50,0,31)
C37M50Y0K31 
(37%,50%,0%,31%)
(0.37/0.50/0.00/0.31)	

CMYK percentages

%37.29
%50.28
%0
%30.59

Codes

Color #6F58B1 in popluar color models

6F58B1
RGB11188177
HSL256°36.33%51.96%
HSB/HSV256°50.28%69.41%
CMYK37.29%50.28%0.00%
30.59%

Color #6F58B1 in popluar number systems.

HEX6F58B1
Decimal11188177
Binary1101111101100010110001
Octal157130261

Shades and tints

Shades of #6F58B1

#6F58B1
(111,88,177)
#6550A1
(101,80,161)
#5B4891
(91,72,145)
#514081
(81,64,129)
#473871
(71,56,113)
#3D3061
(61,48,97)
#332851
(51,40,81)
#292041
(41,32,65)
#1F1831
(31,24,49)
#151021
(21,16,33)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #6F58B1

#6F58B1
(111,88,177)
#7C67B8
(124,103,184)
#8976BF
(137,118,191)
#9685C6
(150,133,198)
#A394CD
(163,148,205)
#B0A3D4
(176,163,212)
#BDB2DB
(189,178,219)
#CAC1E2
(202,193,226)
#D7D0E9
(215,208,233)
#E4DFF0
(228,223,240)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F58B1; }

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

This text font color is #6F58B1.


Background Color

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

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

This div background color is #6F58B1.


Border color

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

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

This div border color is #6F58B1.


Opacity

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

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

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

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

This text has shadow with #6F58B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F58B1 on black background.


Color preview on white background

This text has color #6F58B1 on white background.



Black color preview on #6F58B1 background

This text has black color on #6F58B1 background.


White color preview on #6F58B1 background

This text has white color on #6F58B1 background.