COLOR #6F58AB

HEX: #6F58AB
RGB: (111,88,171)

Color info

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

RGB color model

#6F58AB color RGB value is (111,88,171).

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

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 171 of 255 = 67%

111
88
171

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

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 171 = 370 (100%)
R 111 of 370 ~ 30%
G 88 of 370 ~ 23.78%
B 171 of 370 ~ 46.22%

%30
%23.78
%46.22

CMYK color model

#6F58AB color CMYK value is (35,49,0,33).

  • cyan value is 35.09%
  • magenta value is 48.54%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,49,0,33)
C35M49Y0K33 
(35%,49%,0%,33%)
(0.35/0.49/0.00/0.33)	

CMYK percentages

%35.09
%48.54
%0
%32.94

Codes

Color #6F58AB in popluar color models

6F58AB
RGB11188171
HSL257°33.07%50.78%
HSB/HSV257°48.54%67.06%
CMYK35.09%48.54%0.00%
32.94%

Color #6F58AB in popluar number systems.

HEX6F58AB
Decimal11188171
Binary1101111101100010101011
Octal157130253

Shades and tints

Shades of #6F58AB

#6F58AB
(111,88,171)
#65509C
(101,80,156)
#5B488D
(91,72,141)
#51407E
(81,64,126)
#47386F
(71,56,111)
#3D3060
(61,48,96)
#332851
(51,40,81)
#292042
(41,32,66)
#1F1833
(31,24,51)
#151024
(21,16,36)
#0B0815
(11,8,21)
#000000
(0,0,0)

Tints of #6F58AB

#6F58AB
(111,88,171)
#7C67B2
(124,103,178)
#8976B9
(137,118,185)
#9685C0
(150,133,192)
#A394C7
(163,148,199)
#B0A3CE
(176,163,206)
#BDB2D5
(189,178,213)
#CAC1DC
(202,193,220)
#D7D0E3
(215,208,227)
#E4DFEA
(228,223,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F58AB; }

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

This text font color is #6F58AB.


Background Color

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

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

This div background color is #6F58AB.


Border color

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

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

This div border color is #6F58AB.


Opacity

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

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

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

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

This text has shadow with #6F58AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F58AB on black background.


Color preview on white background

This text has color #6F58AB on white background.



Black color preview on #6F58AB background

This text has black color on #6F58AB background.


White color preview on #6F58AB background

This text has white color on #6F58AB background.