COLOR #6C9183

HEX: #6C9183 RGB: (108,145,131)

Color info

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

RGB color model

#6C9183 color RGB value is (108,145,131).

RGB: (108,145,131) (42%, 57%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 131 of 255 = 51%

108
145
131

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

Portions of RGB colors in percentages

R + G + B = 108 + 145 + 131 = 384 (100%)
R 108 of 384 ~ 28.13%
G 145 of 384 ~ 37.76%
B 131 of 384 ~ 34.11'%

%28.13
%37.76
%34.11

CMYK color model

#6C9183 color CMYK value is (26,0,10,43).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 43.14%

CMYK: (26,0,10,43)
C26M0Y10K43 (26%, 0%, 10%, 43%)
(0.26 / 0.00 / 0.10 / 0.43)

CMYK percentages

%25.52
%0
%9.66
%43.14

Codes

Color #6C9183 in popluar color models

6C 91 83
RGB 108 145 131
HSL 157° 14.62% 49.61%
HSB/HSV 157° 25.52% 56.86%
CMYK 25.52% 0.00% 9.66%
43.14%

Color #6C9183 in popluar number systems.

HEX 6C 91 83
Decimal 108 145 131
Binary 1101100 10010001 10000011
Octal 154 221 203

Shades and tints

Shades of #6C9183

#6C9183
(108,145,131)
#638478
(99,132,120)
#5A776D
(90,119,109)
#516A62
(81,106,98)
#485D57
(72,93,87)
#3F504C
(63,80,76)
#364341
(54,67,65)
#2D3636
(45,54,54)
#24292B
(36,41,43)
#1B1C20
(27,28,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #6C9183

#6C9183
(108,145,131)
#799B8E
(121,155,142)
#86A599
(134,165,153)
#93AFA4
(147,175,164)
#A0B9AF
(160,185,175)
#ADC3BA
(173,195,186)
#BACDC5
(186,205,197)
#C7D7D0
(199,215,208)
#D4E1DB
(212,225,219)
#E1EBE6
(225,235,230)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9183 color. Also use rgb(108,145,131) instead hex code.

Text Font Color

.myTextColor { color: #6C9183; }

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

This text font color is #6C9183.

Background Color

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

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

This div background color is #6C9183.

Border color

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

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

This div border color is #6C9183.

Opacity

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

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

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

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

This text has shadow with #6C9183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C9183.

Preview

Color preview on black background

This text has color #6C9183 on black background.


Color preview on white background

This text has color #6C9183 on white background.


Black color preview on #6C9183 background

This text has black color on #6C9183 background.


White color preview on #6C9183 background

This text has white color on #6C9183 background.


Related colors

Complementary color

Complementary color for #hex is #936E7C.


I love getcolorcode.com

Triadic colors

1 #836C91 and #91836C with #6C9183 are triadic colors.

2 #83916C and #916C83 with #6C9183 are triadic colors.