COLOR #6C6088

HEX: #6C6088 RGB: (108,96,136)

Color info

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

RGB color model

#6C6088 color RGB value is (108,96,136).

RGB: (108,96,136) (42%, 38%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 136 of 255 = 53%

108
96
136

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

Portions of RGB colors in percentages

R + G + B = 108 + 96 + 136 = 340 (100%)
R 108 of 340 ~ 31.76%
G 96 of 340 ~ 28.24%
B 136 of 340 ~ 40'%

%31.76
%28.24
%40

CMYK color model

#6C6088 color CMYK value is (21,29,0,47).

  • cyan value is 20.59%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (21,29,0,47)
C21M29Y0K47 (21%, 29%, 0%, 47%)
(0.21 / 0.29 / 0.00 / 0.47)

CMYK percentages

%20.59
%29.41
%0
%46.67

Codes

Color #6C6088 in popluar color models

6C 60 88
RGB 108 96 136
HSL 258° 17.24% 45.49%
HSB/HSV 258° 29.41% 53.33%
CMYK 20.59% 29.41% 0.00%
46.67%

Color #6C6088 in popluar number systems.

HEX 6C 60 88
Decimal 108 96 136
Binary 1101100 1100000 10001000
Octal 154 140 210

Shades and tints

Shades of #6C6088

#6C6088
(108,96,136)
#63587C
(99,88,124)
#5A5070
(90,80,112)
#514864
(81,72,100)
#484058
(72,64,88)
#3F384C
(63,56,76)
#363040
(54,48,64)
#2D2834
(45,40,52)
#242028
(36,32,40)
#1B181C
(27,24,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C6088

#6C6088
(108,96,136)
#796E92
(121,110,146)
#867C9C
(134,124,156)
#938AA6
(147,138,166)
#A098B0
(160,152,176)
#ADA6BA
(173,166,186)
#BAB4C4
(186,180,196)
#C7C2CE
(199,194,206)
#D4D0D8
(212,208,216)
#E1DEE2
(225,222,226)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6088; }

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

This text font color is #6C6088.

Background Color

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

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

This div background color is #6C6088.

Border color

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

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

This div border color is #6C6088.

Opacity

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

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

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

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

This text has shadow with #6C6088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6088.

Preview

Color preview on black background

This text has color #6C6088 on black background.


Color preview on white background

This text has color #6C6088 on white background.


Black color preview on #6C6088 background

This text has black color on #6C6088 background.


White color preview on #6C6088 background

This text has white color on #6C6088 background.


Related colors

Complementary color

Complementary color for #hex is #939F77.


I love getcolorcode.com

Triadic colors

1 #886C60 and #60886C with #6C6088 are triadic colors.

2 #88606C and #606C88 with #6C6088 are triadic colors.