COLOR #6B6E8C

HEX: #6B6E8C
RGB: (107,110,140)

Color info

#6B6E8C contains red, green and blue colors in about the same proportion. Web safe color of #6B6E8C is #666699 (or #669).

RGB color model

#6B6E8C color RGB value is (107,110,140).

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

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 140 of 255 = 55%

107
110
140

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

Portions of RGB colors in percentages

R + G + B =
107 + 110 + 140 = 357 (100%)
R 107 of 357 ~ 29.97%
G 110 of 357 ~ 30.81%
B 140 of 357 ~ 39.22%

%29.97
%30.81
%39.22

CMYK color model

#6B6E8C color CMYK value is (24,21,0,45).

  • cyan value is 23.57%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(24,21,0,45)
C24M21Y0K45 
(24%,21%,0%,45%)
(0.24/0.21/0.00/0.45)	

CMYK percentages

%23.57
%21.43
%0
%45.1

Codes

Color #6B6E8C in popluar color models

6B6E8C
RGB107110140
HSL235°13.36%48.43%
HSB/HSV235°23.57%54.90%
CMYK23.57%21.43%0.00%
45.10%

Color #6B6E8C in popluar number systems.

HEX6B6E8C
Decimal107110140
Binary1101011110111010001100
Octal153156214

Shades and tints

Shades of #6B6E8C

#6B6E8C
(107,110,140)
#626480
(98,100,128)
#595A74
(89,90,116)
#505068
(80,80,104)
#47465C
(71,70,92)
#3E3C50
(62,60,80)
#353244
(53,50,68)
#2C2838
(44,40,56)
#231E2C
(35,30,44)
#1A1420
(26,20,32)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #6B6E8C

#6B6E8C
(107,110,140)
#787B96
(120,123,150)
#8588A0
(133,136,160)
#9295AA
(146,149,170)
#9FA2B4
(159,162,180)
#ACAFBE
(172,175,190)
#B9BCC8
(185,188,200)
#C6C9D2
(198,201,210)
#D3D6DC
(211,214,220)
#E0E3E6
(224,227,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6E8C; }

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

This text font color is #6B6E8C.


Background Color

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

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

This div background color is #6B6E8C.


Border color

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

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

This div border color is #6B6E8C.


Opacity

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

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

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

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

This text has shadow with #6B6E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6E8C on black background.


Color preview on white background

This text has color #6B6E8C on white background.



Black color preview on #6B6E8C background

This text has black color on #6B6E8C background.


White color preview on #6B6E8C background

This text has white color on #6B6E8C background.