COLOR #6B718C

HEX: #6B718C
RGB: (107,113,140)

Color info

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

RGB color model

#6B718C color RGB value is (107,113,140).

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

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 140 of 255 = 55%

107
113
140

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 140 = 360 (100%)
R 107 of 360 ~ 29.72%
G 113 of 360 ~ 31.39%
B 140 of 360 ~ 38.89%

%29.72
%31.39
%38.89

CMYK color model

#6B718C color CMYK value is (24,19,0,45).

  • cyan value is 23.57%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(24,19,0,45)
C24M19Y0K45 
(24%,19%,0%,45%)
(0.24/0.19/0.00/0.45)	

CMYK percentages

%23.57
%19.29
%0
%45.1

Codes

Color #6B718C in popluar color models

6B718C
RGB107113140
HSL229°13.36%48.43%
HSB/HSV229°23.57%54.90%
CMYK23.57%19.29%0.00%
45.10%

Color #6B718C in popluar number systems.

HEX6B718C
Decimal107113140
Binary1101011111000110001100
Octal153161214

Shades and tints

Shades of #6B718C

#6B718C
(107,113,140)
#626780
(98,103,128)
#595D74
(89,93,116)
#505368
(80,83,104)
#47495C
(71,73,92)
#3E3F50
(62,63,80)
#353544
(53,53,68)
#2C2B38
(44,43,56)
#23212C
(35,33,44)
#1A1720
(26,23,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #6B718C

#6B718C
(107,113,140)
#787D96
(120,125,150)
#8589A0
(133,137,160)
#9295AA
(146,149,170)
#9FA1B4
(159,161,180)
#ACADBE
(172,173,190)
#B9B9C8
(185,185,200)
#C6C5D2
(198,197,210)
#D3D1DC
(211,209,220)
#E0DDE6
(224,221,230)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B718C; }

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

This text font color is #6B718C.


Background Color

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

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

This div background color is #6B718C.


Border color

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

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

This div border color is #6B718C.


Opacity

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

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

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

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

This text has shadow with #6B718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B718C on black background.


Color preview on white background

This text has color #6B718C on white background.



Black color preview on #6B718C background

This text has black color on #6B718C background.


White color preview on #6B718C background

This text has white color on #6B718C background.