COLOR #6C83A6

HEX: #6C83A6
RGB: (108,131,166)

Color info

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

RGB color model

#6C83A6 color RGB value is (108,131,166).

  • red value is 108;
  • green value is 131;
  • blue value is 166.
RGB:
(108,131,166)
(42%,51%,65%)

RGB channels and saturation

R 108 of 255 = 42%
G 131 of 255 = 51%
B 166 of 255 = 65%

108
131
166

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

Portions of RGB colors in percentages

R + G + B =
108 + 131 + 166 = 405 (100%)
R 108 of 405 ~ 26.67%
G 131 of 405 ~ 32.35%
B 166 of 405 ~ 40.99%

%26.67
%32.35
%40.99

CMYK color model

#6C83A6 color CMYK value is (35,21,0,35).

  • cyan value is 34.94%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(35,21,0,35)
C35M21Y0K35 
(35%,21%,0%,35%)
(0.35/0.21/0.00/0.35)	

CMYK percentages

%34.94
%21.08
%0
%34.9

Codes

Color #6C83A6 in popluar color models

6C83A6
RGB108131166
HSL216°24.58%53.73%
HSB/HSV216°34.94%65.10%
CMYK34.94%21.08%0.00%
34.90%

Color #6C83A6 in popluar number systems.

HEX6C83A6
Decimal108131166
Binary11011001000001110100110
Octal154203246

Shades and tints

Shades of #6C83A6

#6C83A6
(108,131,166)
#637897
(99,120,151)
#5A6D88
(90,109,136)
#516279
(81,98,121)
#48576A
(72,87,106)
#3F4C5B
(63,76,91)
#36414C
(54,65,76)
#2D363D
(45,54,61)
#242B2E
(36,43,46)
#1B201F
(27,32,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6C83A6

#6C83A6
(108,131,166)
#798EAE
(121,142,174)
#8699B6
(134,153,182)
#93A4BE
(147,164,190)
#A0AFC6
(160,175,198)
#ADBACE
(173,186,206)
#BAC5D6
(186,197,214)
#C7D0DE
(199,208,222)
#D4DBE6
(212,219,230)
#E1E6EE
(225,230,238)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C83A6; }

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

This text font color is #6C83A6.


Background Color

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

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

This div background color is #6C83A6.


Border color

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

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

This div border color is #6C83A6.


Opacity

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

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

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

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

This text has shadow with #6C83A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C83A6 on black background.


Color preview on white background

This text has color #6C83A6 on white background.



Black color preview on #6C83A6 background

This text has black color on #6C83A6 background.


White color preview on #6C83A6 background

This text has white color on #6C83A6 background.