COLOR #6B6EB8

HEX: #6B6EB8
RGB: (107,110,184)

Color info

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

RGB color model

#6B6EB8 color RGB value is (107,110,184).

  • red value is 107;
  • green value is 110;
  • blue value is 184.
RGB:
(107,110,184)
(42%,43%,72%)

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 184 of 255 = 72%

107
110
184

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

Portions of RGB colors in percentages

R + G + B =
107 + 110 + 184 = 401 (100%)
R 107 of 401 ~ 26.68%
G 110 of 401 ~ 27.43%
B 184 of 401 ~ 45.89%

%26.68
%27.43
%45.89

CMYK color model

#6B6EB8 color CMYK value is (42,40,0,28).

  • cyan value is 41.85%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(42,40,0,28)
C42M40Y0K28 
(42%,40%,0%,28%)
(0.42/0.40/0.00/0.28)	

CMYK percentages

%41.85
%40.22
%0
%27.84

Codes

Color #6B6EB8 in popluar color models

6B6EB8
RGB107110184
HSL238°35.16%57.06%
HSB/HSV238°41.85%72.16%
CMYK41.85%40.22%0.00%
27.84%

Color #6B6EB8 in popluar number systems.

HEX6B6EB8
Decimal107110184
Binary1101011110111010111000
Octal153156270

Shades and tints

Shades of #6B6EB8

#6B6EB8
(107,110,184)
#6264A8
(98,100,168)
#595A98
(89,90,152)
#505088
(80,80,136)
#474678
(71,70,120)
#3E3C68
(62,60,104)
#353258
(53,50,88)
#2C2848
(44,40,72)
#231E38
(35,30,56)
#1A1428
(26,20,40)
#110A18
(17,10,24)
#000000
(0,0,0)

Tints of #6B6EB8

#6B6EB8
(107,110,184)
#787BBE
(120,123,190)
#8588C4
(133,136,196)
#9295CA
(146,149,202)
#9FA2D0
(159,162,208)
#ACAFD6
(172,175,214)
#B9BCDC
(185,188,220)
#C6C9E2
(198,201,226)
#D3D6E8
(211,214,232)
#E0E3EE
(224,227,238)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6EB8; }

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

This text font color is #6B6EB8.


Background Color

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

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

This div background color is #6B6EB8.


Border color

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

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

This div border color is #6B6EB8.


Opacity

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

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

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

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

This text has shadow with #6B6EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6EB8 on black background.


Color preview on white background

This text has color #6B6EB8 on white background.



Black color preview on #6B6EB8 background

This text has black color on #6B6EB8 background.


White color preview on #6B6EB8 background

This text has white color on #6B6EB8 background.