COLOR #6F52B9

HEX: #6F52B9 RGB: (111,82,185)

Color info

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

RGB color model

#6F52B9 color RGB value is (111,82,185).

RGB: (111,82,185) (44%, 32%, 73%)

RGB channels and saturation

R 111 of 255 = 44%
G 82 of 255 = 32%
B 185 of 255 = 73%

111
82
185

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

Portions of RGB colors in percentages

R + G + B = 111 + 82 + 185 = 378 (100%)
R 111 of 378 ~ 29.37%
G 82 of 378 ~ 21.69%
B 185 of 378 ~ 48.94'%

%29.37
%21.69
%48.94

CMYK color model

#6F52B9 color CMYK value is (40,56,0,27).

  • cyan value is 40.00%
  • magenta value is 55.68%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (40,56,0,27)
C40M56Y0K27 (40%, 56%, 0%, 27%)
(0.40 / 0.56 / 0.00 / 0.27)

CMYK percentages

%40
%55.68
%0
%27.45

Codes

Color #6F52B9 in popluar color models

6F 52 B9
RGB 111 82 185
HSL 257° 42.39% 52.35%
HSB/HSV 257° 55.68% 72.55%
CMYK 40.00% 55.68% 0.00%
27.45%

Color #6F52B9 in popluar number systems.

HEX 6F 52 B9
Decimal 111 82 185
Binary 1101111 1010010 10111001
Octal 157 122 271

Shades and tints

Shades of #6F52B9

#6F52B9
(111,82,185)
#654BA9
(101,75,169)
#5B4499
(91,68,153)
#513D89
(81,61,137)
#473679
(71,54,121)
#3D2F69
(61,47,105)
#332859
(51,40,89)
#292149
(41,33,73)
#1F1A39
(31,26,57)
#151329
(21,19,41)
#0B0C19
(11,12,25)
#000000
(0,0,0)

Tints of #6F52B9

#6F52B9
(111,82,185)
#7C61BF
(124,97,191)
#8970C5
(137,112,197)
#967FCB
(150,127,203)
#A38ED1
(163,142,209)
#B09DD7
(176,157,215)
#BDACDD
(189,172,221)
#CABBE3
(202,187,227)
#D7CAE9
(215,202,233)
#E4D9EF
(228,217,239)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F52B9 color. Also use rgb(111,82,185) instead hex code.

Text Font Color

.myTextColor { color: #6F52B9; }

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

This text font color is #6F52B9.

Background Color

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

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

This div background color is #6F52B9.

Border color

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

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

This div border color is #6F52B9.

Opacity

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

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

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

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

This text has shadow with #6F52B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F52B9.

Preview

Color preview on black background

This text has color #6F52B9 on black background.


Color preview on white background

This text has color #6F52B9 on white background.


Black color preview on #6F52B9 background

This text has black color on #6F52B9 background.


White color preview on #6F52B9 background

This text has white color on #6F52B9 background.


Related colors

Complementary color

Complementary color for #hex is #90AD46.


I love getcolorcode.com

Triadic colors

1 #B96F52 and #52B96F with #6F52B9 are triadic colors.

2 #B9526F and #526FB9 with #6F52B9 are triadic colors.