COLOR #6B40C4

HEX: #6B40C4
RGB: (107,64,196)

Color info

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

RGB color model

#6B40C4 color RGB value is (107,64,196).

  • red value is 107;
  • green value is 64;
  • blue value is 196.
RGB:
(107,64,196)
(42%,25%,77%)

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 196 of 255 = 77%

107
64
196

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

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 196 = 367 (100%)
R 107 of 367 ~ 29.16%
G 64 of 367 ~ 17.44%
B 196 of 367 ~ 53.41%

%29.16
%17.44
%53.41

CMYK color model

#6B40C4 color CMYK value is (45,67,0,23).

  • cyan value is 45.41%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(45,67,0,23)
C45M67Y0K23 
(45%,67%,0%,23%)
(0.45/0.67/0.00/0.23)	

CMYK percentages

%45.41
%67.35
%0
%23.14

Codes

Color #6B40C4 in popluar color models

6B40C4
RGB10764196
HSL260°52.80%50.98%
HSB/HSV260°67.35%76.86%
CMYK45.41%67.35%0.00%
23.14%

Color #6B40C4 in popluar number systems.

HEX6B40C4
Decimal10764196
Binary1101011100000011000100
Octal153100304

Shades and tints

Shades of #6B40C4

#6B40C4
(107,64,196)
#623BB3
(98,59,179)
#5936A2
(89,54,162)
#503191
(80,49,145)
#472C80
(71,44,128)
#3E276F
(62,39,111)
#35225E
(53,34,94)
#2C1D4D
(44,29,77)
#23183C
(35,24,60)
#1A132B
(26,19,43)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #6B40C4

#6B40C4
(107,64,196)
#7851C9
(120,81,201)
#8562CE
(133,98,206)
#9273D3
(146,115,211)
#9F84D8
(159,132,216)
#AC95DD
(172,149,221)
#B9A6E2
(185,166,226)
#C6B7E7
(198,183,231)
#D3C8EC
(211,200,236)
#E0D9F1
(224,217,241)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B40C4 color. Also use rgb(107,64,196) instead hex code.

Text Font Color

.myTextColor { color: #6B40C4; }

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

This text font color is #6B40C4.


Background Color

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

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

This div background color is #6B40C4.


Border color

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

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

This div border color is #6B40C4.


Opacity

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

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

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

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

This text has shadow with #6B40C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B40C4 on black background.


Color preview on white background

This text has color #6B40C4 on white background.



Black color preview on #6B40C4 background

This text has black color on #6B40C4 background.


White color preview on #6B40C4 background

This text has white color on #6B40C4 background.