COLOR #6B7485

HEX: #6B7485
RGB: (107,116,133)

Color info

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

RGB color model

#6B7485 color RGB value is (107,116,133).

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

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 133 of 255 = 52%

107
116
133

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

Portions of RGB colors in percentages

R + G + B =
107 + 116 + 133 = 356 (100%)
R 107 of 356 ~ 30.06%
G 116 of 356 ~ 32.58%
B 133 of 356 ~ 37.36%

%30.06
%32.58
%37.36

CMYK color model

#6B7485 color CMYK value is (20,13,0,48).

  • cyan value is 19.55%
  • magenta value is 12.78%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(20,13,0,48)
C20M13Y0K48 
(20%,13%,0%,48%)
(0.20/0.13/0.00/0.48)	

CMYK percentages

%19.55
%12.78
%0
%47.84

Codes

Color #6B7485 in popluar color models

6B7485
RGB107116133
HSL219°10.83%47.06%
HSB/HSV219°19.55%52.16%
CMYK19.55%12.78%0.00%
47.84%

Color #6B7485 in popluar number systems.

HEX6B7485
Decimal107116133
Binary1101011111010010000101
Octal153164205

Shades and tints

Shades of #6B7485

#6B7485
(107,116,133)
#626A79
(98,106,121)
#59606D
(89,96,109)
#505661
(80,86,97)
#474C55
(71,76,85)
#3E4249
(62,66,73)
#35383D
(53,56,61)
#2C2E31
(44,46,49)
#232425
(35,36,37)
#1A1A19
(26,26,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B7485

#6B7485
(107,116,133)
#788090
(120,128,144)
#858C9B
(133,140,155)
#9298A6
(146,152,166)
#9FA4B1
(159,164,177)
#ACB0BC
(172,176,188)
#B9BCC7
(185,188,199)
#C6C8D2
(198,200,210)
#D3D4DD
(211,212,221)
#E0E0E8
(224,224,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7485; }

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

This text font color is #6B7485.


Background Color

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

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

This div background color is #6B7485.


Border color

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

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

This div border color is #6B7485.


Opacity

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

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

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

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

This text has shadow with #6B7485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7485 on black background.


Color preview on white background

This text has color #6B7485 on white background.



Black color preview on #6B7485 background

This text has black color on #6B7485 background.


White color preview on #6B7485 background

This text has white color on #6B7485 background.