COLOR #6B53B0

HEX: #6B53B0
RGB: (107,83,176)

Color info

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

RGB color model

#6B53B0 color RGB value is (107,83,176).

  • red value is 107;
  • green value is 83;
  • blue value is 176.
RGB:
(107,83,176)
(42%,33%,69%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 176 of 255 = 69%

107
83
176

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

Portions of RGB colors in percentages

R + G + B =
107 + 83 + 176 = 366 (100%)
R 107 of 366 ~ 29.23%
G 83 of 366 ~ 22.68%
B 176 of 366 ~ 48.09%

%29.23
%22.68
%48.09

CMYK color model

#6B53B0 color CMYK value is (39,53,0,31).

  • cyan value is 39.20%
  • magenta value is 52.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(39,53,0,31)
C39M53Y0K31 
(39%,53%,0%,31%)
(0.39/0.53/0.00/0.31)	

CMYK percentages

%39.2
%52.84
%0
%30.98

Codes

Color #6B53B0 in popluar color models

6B53B0
RGB10783176
HSL255°37.05%50.78%
HSB/HSV255°52.84%69.02%
CMYK39.20%52.84%0.00%
30.98%

Color #6B53B0 in popluar number systems.

HEX6B53B0
Decimal10783176
Binary1101011101001110110000
Octal153123260

Shades and tints

Shades of #6B53B0

#6B53B0
(107,83,176)
#624CA0
(98,76,160)
#594590
(89,69,144)
#503E80
(80,62,128)
#473770
(71,55,112)
#3E3060
(62,48,96)
#352950
(53,41,80)
#2C2240
(44,34,64)
#231B30
(35,27,48)
#1A1420
(26,20,32)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #6B53B0

#6B53B0
(107,83,176)
#7862B7
(120,98,183)
#8571BE
(133,113,190)
#9280C5
(146,128,197)
#9F8FCC
(159,143,204)
#AC9ED3
(172,158,211)
#B9ADDA
(185,173,218)
#C6BCE1
(198,188,225)
#D3CBE8
(211,203,232)
#E0DAEF
(224,218,239)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B53B0 color. Also use rgb(107,83,176) instead hex code.

Text Font Color

.myTextColor { color: #6B53B0; }

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

This text font color is #6B53B0.


Background Color

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

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

This div background color is #6B53B0.


Border color

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

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

This div border color is #6B53B0.


Opacity

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

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

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

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

This text has shadow with #6B53B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B53B0 on black background.


Color preview on white background

This text has color #6B53B0 on white background.



Black color preview on #6B53B0 background

This text has black color on #6B53B0 background.


White color preview on #6B53B0 background

This text has white color on #6B53B0 background.