COLOR #6C7A88

HEX: #6C7A88
RGB: (108,122,136)

Color info

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

RGB color model

#6C7A88 color RGB value is (108,122,136).

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

RGB channels and saturation

R 108 of 255 = 42%
G 122 of 255 = 48%
B 136 of 255 = 53%

108
122
136

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

Portions of RGB colors in percentages

R + G + B =
108 + 122 + 136 = 366 (100%)
R 108 of 366 ~ 29.51%
G 122 of 366 ~ 33.33%
B 136 of 366 ~ 37.16%

%29.51
%33.33
%37.16

CMYK color model

#6C7A88 color CMYK value is (21,10,0,47).

  • cyan value is 20.59%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(21,10,0,47)
C21M10Y0K47 
(21%,10%,0%,47%)
(0.21/0.10/0.00/0.47)	

CMYK percentages

%20.59
%10.29
%0
%46.67

Codes

Color #6C7A88 in popluar color models

6C7A88
RGB108122136
HSL210°11.48%47.84%
HSB/HSV210°20.59%53.33%
CMYK20.59%10.29%0.00%
46.67%

Color #6C7A88 in popluar number systems.

HEX6C7A88
Decimal108122136
Binary1101100111101010001000
Octal154172210

Shades and tints

Shades of #6C7A88

#6C7A88
(108,122,136)
#636F7C
(99,111,124)
#5A6470
(90,100,112)
#515964
(81,89,100)
#484E58
(72,78,88)
#3F434C
(63,67,76)
#363840
(54,56,64)
#2D2D34
(45,45,52)
#242228
(36,34,40)
#1B171C
(27,23,28)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C7A88

#6C7A88
(108,122,136)
#798692
(121,134,146)
#86929C
(134,146,156)
#939EA6
(147,158,166)
#A0AAB0
(160,170,176)
#ADB6BA
(173,182,186)
#BAC2C4
(186,194,196)
#C7CECE
(199,206,206)
#D4DAD8
(212,218,216)
#E1E6E2
(225,230,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7A88; }

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

This text font color is #6C7A88.


Background Color

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

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

This div background color is #6C7A88.


Border color

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

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

This div border color is #6C7A88.


Opacity

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

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

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

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

This text has shadow with #6C7A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7A88 on black background.


Color preview on white background

This text has color #6C7A88 on white background.



Black color preview on #6C7A88 background

This text has black color on #6C7A88 background.


White color preview on #6C7A88 background

This text has white color on #6C7A88 background.