COLOR #6B4ABF

HEX: #6B4ABF
RGB: (107,74,191)

Color info

#6B4ABF contains mainly blue color. Web safe color of #6B4ABF is #6633CC (or #63C).

RGB color model

#6B4ABF color RGB value is (107,74,191).

  • red value is 107;
  • green value is 74;
  • blue value is 191.
RGB:
(107,74,191)
(42%,29%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 74 of 255 = 29%
B 191 of 255 = 75%

107
74
191

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

Portions of RGB colors in percentages

R + G + B =
107 + 74 + 191 = 372 (100%)
R 107 of 372 ~ 28.76%
G 74 of 372 ~ 19.89%
B 191 of 372 ~ 51.34%

%28.76
%19.89
%51.34

CMYK color model

#6B4ABF color CMYK value is (44,61,0,25).

  • cyan value is 43.98%
  • magenta value is 61.26%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(44,61,0,25)
C44M61Y0K25 
(44%,61%,0%,25%)
(0.44/0.61/0.00/0.25)	

CMYK percentages

%43.98
%61.26
%0
%25.1

Codes

Color #6B4ABF in popluar color models

6B4ABF
RGB10774191
HSL257°47.76%51.96%
HSB/HSV257°61.26%74.90%
CMYK43.98%61.26%0.00%
25.10%

Color #6B4ABF in popluar number systems.

HEX6B4ABF
Decimal10774191
Binary1101011100101010111111
Octal153112277

Shades and tints

Shades of #6B4ABF

#6B4ABF
(107,74,191)
#6244AE
(98,68,174)
#593E9D
(89,62,157)
#50388C
(80,56,140)
#47327B
(71,50,123)
#3E2C6A
(62,44,106)
#352659
(53,38,89)
#2C2048
(44,32,72)
#231A37
(35,26,55)
#1A1426
(26,20,38)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #6B4ABF

#6B4ABF
(107,74,191)
#785AC4
(120,90,196)
#856AC9
(133,106,201)
#927ACE
(146,122,206)
#9F8AD3
(159,138,211)
#AC9AD8
(172,154,216)
#B9AADD
(185,170,221)
#C6BAE2
(198,186,226)
#D3CAE7
(211,202,231)
#E0DAEC
(224,218,236)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4ABF color. Also use rgb(107,74,191) instead hex code.

Text Font Color

.myTextColor { color: #6B4ABF; }

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

This text font color is #6B4ABF.


Background Color

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

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

This div background color is #6B4ABF.


Border color

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

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

This div border color is #6B4ABF.


Opacity

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

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

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

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

This text has shadow with #6B4ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4ABF on black background.


Color preview on white background

This text has color #6B4ABF on white background.



Black color preview on #6B4ABF background

This text has black color on #6B4ABF background.


White color preview on #6B4ABF background

This text has white color on #6B4ABF background.