COLOR #6A50BB

HEX: #6A50BB
RGB: (106,80,187)

Color info

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

RGB color model

#6A50BB color RGB value is (106,80,187).

  • red value is 106;
  • green value is 80;
  • blue value is 187.
RGB:
(106,80,187)
(42%,31%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 187 of 255 = 73%

106
80
187

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

Portions of RGB colors in percentages

R + G + B =
106 + 80 + 187 = 373 (100%)
R 106 of 373 ~ 28.42%
G 80 of 373 ~ 21.45%
B 187 of 373 ~ 50.13%

%28.42
%21.45
%50.13

CMYK color model

#6A50BB color CMYK value is (43,57,0,27).

  • cyan value is 43.32%
  • magenta value is 57.22%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(43,57,0,27)
C43M57Y0K27 
(43%,57%,0%,27%)
(0.43/0.57/0.00/0.27)	

CMYK percentages

%43.32
%57.22
%0
%26.67

Codes

Color #6A50BB in popluar color models

6A50BB
RGB10680187
HSL255°44.03%52.35%
HSB/HSV255°57.22%73.33%
CMYK43.32%57.22%0.00%
26.67%

Color #6A50BB in popluar number systems.

HEX6A50BB
Decimal10680187
Binary1101010101000010111011
Octal152120273

Shades and tints

Shades of #6A50BB

#6A50BB
(106,80,187)
#6149AA
(97,73,170)
#584299
(88,66,153)
#4F3B88
(79,59,136)
#463477
(70,52,119)
#3D2D66
(61,45,102)
#342655
(52,38,85)
#2B1F44
(43,31,68)
#221833
(34,24,51)
#191122
(25,17,34)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #6A50BB

#6A50BB
(106,80,187)
#775FC1
(119,95,193)
#846EC7
(132,110,199)
#917DCD
(145,125,205)
#9E8CD3
(158,140,211)
#AB9BD9
(171,155,217)
#B8AADF
(184,170,223)
#C5B9E5
(197,185,229)
#D2C8EB
(210,200,235)
#DFD7F1
(223,215,241)
#ECE6F7
(236,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A50BB color. Also use rgb(106,80,187) instead hex code.

Text Font Color

.myTextColor { color: #6A50BB; }

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

This text font color is #6A50BB.


Background Color

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

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

This div background color is #6A50BB.


Border color

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

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

This div border color is #6A50BB.


Opacity

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

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

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

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

This text has shadow with #6A50BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A50BB on black background.


Color preview on white background

This text has color #6A50BB on white background.



Black color preview on #6A50BB background

This text has black color on #6A50BB background.


White color preview on #6A50BB background

This text has white color on #6A50BB background.