COLOR #6C7088

HEX: #6C7088
RGB: (108,112,136)

Color info

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

RGB color model

#6C7088 color RGB value is (108,112,136).

  • red value is 108;
  • green value is 112;
  • blue value is 136.
RGB:
(108,112,136)
(42%,44%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 112 of 255 = 44%
B 136 of 255 = 53%

108
112
136

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

Portions of RGB colors in percentages

R + G + B =
108 + 112 + 136 = 356 (100%)
R 108 of 356 ~ 30.34%
G 112 of 356 ~ 31.46%
B 136 of 356 ~ 38.2%

%30.34
%31.46
%38.2

CMYK color model

#6C7088 color CMYK value is (21,18,0,47).

  • cyan value is 20.59%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(21,18,0,47)
C21M18Y0K47 
(21%,18%,0%,47%)
(0.21/0.18/0.00/0.47)	

CMYK percentages

%20.59
%17.65
%0
%46.67

Codes

Color #6C7088 in popluar color models

6C7088
RGB108112136
HSL231°11.48%47.84%
HSB/HSV231°20.59%53.33%
CMYK20.59%17.65%0.00%
46.67%

Color #6C7088 in popluar number systems.

HEX6C7088
Decimal108112136
Binary1101100111000010001000
Octal154160210

Shades and tints

Shades of #6C7088

#6C7088
(108,112,136)
#63667C
(99,102,124)
#5A5C70
(90,92,112)
#515264
(81,82,100)
#484858
(72,72,88)
#3F3E4C
(63,62,76)
#363440
(54,52,64)
#2D2A34
(45,42,52)
#242028
(36,32,40)
#1B161C
(27,22,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C7088

#6C7088
(108,112,136)
#797D92
(121,125,146)
#868A9C
(134,138,156)
#9397A6
(147,151,166)
#A0A4B0
(160,164,176)
#ADB1BA
(173,177,186)
#BABEC4
(186,190,196)
#C7CBCE
(199,203,206)
#D4D8D8
(212,216,216)
#E1E5E2
(225,229,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7088 color. Also use rgb(108,112,136) instead hex code.

Text Font Color

.myTextColor { color: #6C7088; }

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

This text font color is #6C7088.


Background Color

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

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

This div background color is #6C7088.


Border color

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

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

This div border color is #6C7088.


Opacity

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

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

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

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

This text has shadow with #6C7088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7088 on black background.


Color preview on white background

This text has color #6C7088 on white background.



Black color preview on #6C7088 background

This text has black color on #6C7088 background.


White color preview on #6C7088 background

This text has white color on #6C7088 background.