COLOR #6B6BEA

HEX: #6B6BEA RGB: (107,107,234)

Color info

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

RGB color model

#6B6BEA color RGB value is (107,107,234).

RGB: (107,107,234) (42%, 42%, 92%)

RGB channels and saturation

R 107 of 255 = 42%
G 107 of 255 = 42%
B 234 of 255 = 92%

107
107
234

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

Portions of RGB colors in percentages

R + G + B = 107 + 107 + 234 = 448 (100%)
R 107 of 448 ~ 23.88%
G 107 of 448 ~ 23.88%
B 234 of 448 ~ 52.23'%

%23.88
%23.88
%52.23

CMYK color model

#6B6BEA color CMYK value is (54,54,0,8).

  • cyan value is 54.27%
  • magenta value is 54.27%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (54,54,0,8)
C54M54Y0K8 (54%, 54%, 0%, 8%)
(0.54 / 0.54 / 0.00 / 0.08)

CMYK percentages

%54.27
%54.27
%0
%8.24

Codes

Color #6B6BEA in popluar color models

6B 6B EA
RGB 107 107 234
HSL 240° 75.15% 66.86%
HSB/HSV 240° 54.27% 91.76%
CMYK 54.27% 54.27% 0.00%
8.24%

Color #6B6BEA in popluar number systems.

HEX 6B 6B EA
Decimal 107 107 234
Binary 1101011 1101011 11101010
Octal 153 153 352

Shades and tints

Shades of #6B6BEA

#6B6BEA
(107,107,234)
#6262D5
(98,98,213)
#5959C0
(89,89,192)
#5050AB
(80,80,171)
#474796
(71,71,150)
#3E3E81
(62,62,129)
#35356C
(53,53,108)
#2C2C57
(44,44,87)
#232342
(35,35,66)
#1A1A2D
(26,26,45)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #6B6BEA

#6B6BEA
(107,107,234)
#7878EB
(120,120,235)
#8585EC
(133,133,236)
#9292ED
(146,146,237)
#9F9FEE
(159,159,238)
#ACACEF
(172,172,239)
#B9B9F0
(185,185,240)
#C6C6F1
(198,198,241)
#D3D3F2
(211,211,242)
#E0E0F3
(224,224,243)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6BEA; }

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

This text font color is #6B6BEA.

Background Color

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

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

This div background color is #6B6BEA.

Border color

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

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

This div border color is #6B6BEA.

Opacity

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

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

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

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

This text has shadow with #6B6BEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6BEA.

Preview

Color preview on black background

This text has color #6B6BEA on black background.


Color preview on white background

This text has color #6B6BEA on white background.


Black color preview on #6B6BEA background

This text has black color on #6B6BEA background.


White color preview on #6B6BEA background

This text has white color on #6B6BEA background.


Related colors

Complementary color

Complementary color for #hex is #949415.


I love getcolorcode.com