COLOR #6B4FEC

HEX: #6B4FEC
RGB: (107,79,236)

Color info

#6B4FEC contains mainly blue color. Web safe color of #6B4FEC is #6666FF (or #66F).

RGB color model

#6B4FEC color RGB value is (107,79,236).

  • red value is 107;
  • green value is 79;
  • blue value is 236.
RGB:
(107,79,236)
(42%,31%,93%)

RGB channels and saturation

R 107 of 255 = 42%
G 79 of 255 = 31%
B 236 of 255 = 93%

107
79
236

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

Portions of RGB colors in percentages

R + G + B =
107 + 79 + 236 = 422 (100%)
R 107 of 422 ~ 25.36%
G 79 of 422 ~ 18.72%
B 236 of 422 ~ 55.92%

%25.36
%18.72
%55.92

CMYK color model

#6B4FEC color CMYK value is (55,67,0,7).

  • cyan value is 54.66%
  • magenta value is 66.53%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(55,67,0,7)
C55M67Y0K7 
(55%,67%,0%,7%)
(0.55/0.67/0.00/0.07)	

CMYK percentages

%54.66
%66.53
%0
%7.45

Codes

Color #6B4FEC in popluar color models

6B4FEC
RGB10779236
HSL251°80.51%61.76%
HSB/HSV251°66.53%92.55%
CMYK54.66%66.53%0.00%
7.45%

Color #6B4FEC in popluar number systems.

HEX6B4FEC
Decimal10779236
Binary1101011100111111101100
Octal153117354

Shades and tints

Shades of #6B4FEC

#6B4FEC
(107,79,236)
#6248D7
(98,72,215)
#5941C2
(89,65,194)
#503AAD
(80,58,173)
#473398
(71,51,152)
#3E2C83
(62,44,131)
#35256E
(53,37,110)
#2C1E59
(44,30,89)
#231744
(35,23,68)
#1A102F
(26,16,47)
#11091A
(17,9,26)
#000000
(0,0,0)

Tints of #6B4FEC

#6B4FEC
(107,79,236)
#785FED
(120,95,237)
#856FEE
(133,111,238)
#927FEF
(146,127,239)
#9F8FF0
(159,143,240)
#AC9FF1
(172,159,241)
#B9AFF2
(185,175,242)
#C6BFF3
(198,191,243)
#D3CFF4
(211,207,244)
#E0DFF5
(224,223,245)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4FEC color. Also use rgb(107,79,236) instead hex code.

Text Font Color

.myTextColor { color: #6B4FEC; }

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

This text font color is #6B4FEC.


Background Color

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

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

This div background color is #6B4FEC.


Border color

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

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

This div border color is #6B4FEC.


Opacity

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

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

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

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

This text has shadow with #6B4FEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4FEC on black background.


Color preview on white background

This text has color #6B4FEC on white background.



Black color preview on #6B4FEC background

This text has black color on #6B4FEC background.


White color preview on #6B4FEC background

This text has white color on #6B4FEC background.