COLOR #6B9198

HEX: #6B9198 RGB: (107,145,152)

Color info

#6B9198 contains red, green and blue colors in about the same proportion. Web safe color of #6B9198 is #669999 (or #699).

RGB color model

#6B9198 color RGB value is (107,145,152).

RGB: (107,145,152) (42%, 57%, 60%)

RGB channels and saturation

R 107 of 255 = 42%
G 145 of 255 = 57%
B 152 of 255 = 60%

107
145
152

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

Portions of RGB colors in percentages

R + G + B = 107 + 145 + 152 = 404 (100%)
R 107 of 404 ~ 26.49%
G 145 of 404 ~ 35.89%
B 152 of 404 ~ 37.62'%

%26.49
%35.89
%37.62

CMYK color model

#6B9198 color CMYK value is (30,5,0,40).

  • cyan value is 29.61%
  • magenta value is 4.61%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (30,5,0,40)
C30M5Y0K40 (30%, 5%, 0%, 40%)
(0.30 / 0.05 / 0.00 / 0.40)

CMYK percentages

%29.61
%4.61
%0
%40.39

Codes

Color #6B9198 in popluar color models

6B 91 98
RGB 107 145 152
HSL 189° 17.93% 50.78%
HSB/HSV 189° 29.61% 59.61%
CMYK 29.61% 4.61% 0.00%
40.39%

Color #6B9198 in popluar number systems.

HEX 6B 91 98
Decimal 107 145 152
Binary 1101011 10010001 10011000
Octal 153 221 230

Shades and tints

Shades of #6B9198

#6B9198
(107,145,152)
#62848B
(98,132,139)
#59777E
(89,119,126)
#506A71
(80,106,113)
#475D64
(71,93,100)
#3E5057
(62,80,87)
#35434A
(53,67,74)
#2C363D
(44,54,61)
#232930
(35,41,48)
#1A1C23
(26,28,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #6B9198

#6B9198
(107,145,152)
#789BA1
(120,155,161)
#85A5AA
(133,165,170)
#92AFB3
(146,175,179)
#9FB9BC
(159,185,188)
#ACC3C5
(172,195,197)
#B9CDCE
(185,205,206)
#C6D7D7
(198,215,215)
#D3E1E0
(211,225,224)
#E0EBE9
(224,235,233)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9198 color. Also use rgb(107,145,152) instead hex code.

Text Font Color

.myTextColor { color: #6B9198; }

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

This text font color is #6B9198.

Background Color

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

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

This div background color is #6B9198.

Border color

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

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

This div border color is #6B9198.

Opacity

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

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

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

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

This text has shadow with #6B9198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9198.

Preview

Color preview on black background

This text has color #6B9198 on black background.


Color preview on white background

This text has color #6B9198 on white background.


Black color preview on #6B9198 background

This text has black color on #6B9198 background.


White color preview on #6B9198 background

This text has white color on #6B9198 background.


Related colors

Complementary color

Complementary color for #hex is #946E67.


I love getcolorcode.com

Triadic colors

1 #986B91 and #91986B with #6B9198 are triadic colors.

2 #98916B and #916B98 with #6B9198 are triadic colors.