COLOR #6B5AD4

HEX: #6B5AD4
RGB: (107,90,212)

Color info

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

RGB color model

#6B5AD4 color RGB value is (107,90,212).

  • red value is 107;
  • green value is 90;
  • blue value is 212.
RGB:
(107,90,212)
(42%,35%,83%)

RGB channels and saturation

R 107 of 255 = 42%
G 90 of 255 = 35%
B 212 of 255 = 83%

107
90
212

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

Portions of RGB colors in percentages

R + G + B =
107 + 90 + 212 = 409 (100%)
R 107 of 409 ~ 26.16%
G 90 of 409 ~ 22%
B 212 of 409 ~ 51.83%

%26.16
%22
%51.83

CMYK color model

#6B5AD4 color CMYK value is (50,58,0,17).

  • cyan value is 49.53%
  • magenta value is 57.55%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(50,58,0,17)
C50M58Y0K17 
(50%,58%,0%,17%)
(0.50/0.58/0.00/0.17)	

CMYK percentages

%49.53
%57.55
%0
%16.86

Codes

Color #6B5AD4 in popluar color models

6B5AD4
RGB10790212
HSL248°58.65%59.22%
HSB/HSV248°57.55%83.14%
CMYK49.53%57.55%0.00%
16.86%

Color #6B5AD4 in popluar number systems.

HEX6B5AD4
Decimal10790212
Binary1101011101101011010100
Octal153132324

Shades and tints

Shades of #6B5AD4

#6B5AD4
(107,90,212)
#6252C1
(98,82,193)
#594AAE
(89,74,174)
#50429B
(80,66,155)
#473A88
(71,58,136)
#3E3275
(62,50,117)
#352A62
(53,42,98)
#2C224F
(44,34,79)
#231A3C
(35,26,60)
#1A1229
(26,18,41)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #6B5AD4

#6B5AD4
(107,90,212)
#7869D7
(120,105,215)
#8578DA
(133,120,218)
#9287DD
(146,135,221)
#9F96E0
(159,150,224)
#ACA5E3
(172,165,227)
#B9B4E6
(185,180,230)
#C6C3E9
(198,195,233)
#D3D2EC
(211,210,236)
#E0E1EF
(224,225,239)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5AD4 color. Also use rgb(107,90,212) instead hex code.

Text Font Color

.myTextColor { color: #6B5AD4; }

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

This text font color is #6B5AD4.


Background Color

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

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

This div background color is #6B5AD4.


Border color

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

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

This div border color is #6B5AD4.


Opacity

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

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

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

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

This text has shadow with #6B5AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5AD4 on black background.


Color preview on white background

This text has color #6B5AD4 on white background.



Black color preview on #6B5AD4 background

This text has black color on #6B5AD4 background.


White color preview on #6B5AD4 background

This text has white color on #6B5AD4 background.