COLOR #6C88AE

HEX: #6C88AE
RGB: (108,136,174)

Color info

#6C88AE contains mainly green and blue colors. Web safe color of #6C88AE is #669999 (or #699).

RGB color model

#6C88AE color RGB value is (108,136,174).

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

RGB channels and saturation

R 108 of 255 = 42%
G 136 of 255 = 53%
B 174 of 255 = 68%

108
136
174

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

Portions of RGB colors in percentages

R + G + B =
108 + 136 + 174 = 418 (100%)
R 108 of 418 ~ 25.84%
G 136 of 418 ~ 32.54%
B 174 of 418 ~ 41.63%

%25.84
%32.54
%41.63

CMYK color model

#6C88AE color CMYK value is (38,22,0,32).

  • cyan value is 37.93%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(38,22,0,32)
C38M22Y0K32 
(38%,22%,0%,32%)
(0.38/0.22/0.00/0.32)	

CMYK percentages

%37.93
%21.84
%0
%31.76

Codes

Color #6C88AE in popluar color models

6C88AE
RGB108136174
HSL215°28.95%55.29%
HSB/HSV215°37.93%68.24%
CMYK37.93%21.84%0.00%
31.76%

Color #6C88AE in popluar number systems.

HEX6C88AE
Decimal108136174
Binary11011001000100010101110
Octal154210256

Shades and tints

Shades of #6C88AE

#6C88AE
(108,136,174)
#637C9F
(99,124,159)
#5A7090
(90,112,144)
#516481
(81,100,129)
#485872
(72,88,114)
#3F4C63
(63,76,99)
#364054
(54,64,84)
#2D3445
(45,52,69)
#242836
(36,40,54)
#1B1C27
(27,28,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #6C88AE

#6C88AE
(108,136,174)
#7992B5
(121,146,181)
#869CBC
(134,156,188)
#93A6C3
(147,166,195)
#A0B0CA
(160,176,202)
#ADBAD1
(173,186,209)
#BAC4D8
(186,196,216)
#C7CEDF
(199,206,223)
#D4D8E6
(212,216,230)
#E1E2ED
(225,226,237)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C88AE; }

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

This text font color is #6C88AE.


Background Color

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

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

This div background color is #6C88AE.


Border color

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

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

This div border color is #6C88AE.


Opacity

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

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

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

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

This text has shadow with #6C88AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C88AE on black background.


Color preview on white background

This text has color #6C88AE on white background.



Black color preview on #6C88AE background

This text has black color on #6C88AE background.


White color preview on #6C88AE background

This text has white color on #6C88AE background.