COLOR #6B748E

HEX: #6B748E
RGB: (107,116,142)

Color info

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

RGB color model

#6B748E color RGB value is (107,116,142).

  • red value is 107;
  • green value is 116;
  • blue value is 142.
RGB:
(107,116,142)
(42%,45%,56%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 142 of 255 = 56%

107
116
142

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 142 = 365 (100%)
R 107 of 365 ~ 29.32%
G 116 of 365 ~ 31.78%
B 142 of 365 ~ 38.9%

%29.32
%31.78
%38.9

CMYK color model

#6B748E color CMYK value is (25,18,0,44).

  • cyan value is 24.65%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(25,18,0,44)
C25M18Y0K44 
(25%,18%,0%,44%)
(0.25/0.18/0.00/0.44)	

CMYK percentages

%24.65
%18.31
%0
%44.31

Codes

Color #6B748E in popluar color models

6B748E
RGB107116142
HSL225°14.06%48.82%
HSB/HSV225°24.65%55.69%
CMYK24.65%18.31%0.00%
44.31%

Color #6B748E in popluar number systems.

HEX6B748E
Decimal107116142
Binary1101011111010010001110
Octal153164216

Shades and tints

Shades of #6B748E

#6B748E
(107,116,142)
#626A82
(98,106,130)
#596076
(89,96,118)
#50566A
(80,86,106)
#474C5E
(71,76,94)
#3E4252
(62,66,82)
#353846
(53,56,70)
#2C2E3A
(44,46,58)
#23242E
(35,36,46)
#1A1A22
(26,26,34)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #6B748E

#6B748E
(107,116,142)
#788098
(120,128,152)
#858CA2
(133,140,162)
#9298AC
(146,152,172)
#9FA4B6
(159,164,182)
#ACB0C0
(172,176,192)
#B9BCCA
(185,188,202)
#C6C8D4
(198,200,212)
#D3D4DE
(211,212,222)
#E0E0E8
(224,224,232)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B748E; }

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

This text font color is #6B748E.


Background Color

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

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

This div background color is #6B748E.


Border color

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

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

This div border color is #6B748E.


Opacity

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

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

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

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

This text has shadow with #6B748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B748E on black background.


Color preview on white background

This text has color #6B748E on white background.



Black color preview on #6B748E background

This text has black color on #6B748E background.


White color preview on #6B748E background

This text has white color on #6B748E background.