COLOR #6C607B

HEX: #6C607B RGB: (108,96,123)

Color info

#6C607B contains red, green and blue colors in about the same proportion. Web safe color of #6C607B is #666666 (or #666).

RGB color model

#6C607B color RGB value is (108,96,123).

RGB: (108,96,123) (42%, 38%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 123 of 255 = 48%

108
96
123

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

Portions of RGB colors in percentages

R + G + B = 108 + 96 + 123 = 327 (100%)
R 108 of 327 ~ 33.03%
G 96 of 327 ~ 29.36%
B 123 of 327 ~ 37.61'%

%33.03
%29.36
%37.61

CMYK color model

#6C607B color CMYK value is (12,22,0,52).

  • cyan value is 12.20%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (12,22,0,52)
C12M22Y0K52 (12%, 22%, 0%, 52%)
(0.12 / 0.22 / 0.00 / 0.52)

CMYK percentages

%12.2
%21.95
%0
%51.76

Codes

Color #6C607B in popluar color models

6C 60 7B
RGB 108 96 123
HSL 267° 12.33% 42.94%
HSB/HSV 267° 21.95% 48.24%
CMYK 12.20% 21.95% 0.00%
51.76%

Color #6C607B in popluar number systems.

HEX 6C 60 7B
Decimal 108 96 123
Binary 1101100 1100000 1111011
Octal 154 140 173

Shades and tints

Shades of #6C607B

#6C607B
(108,96,123)
#635870
(99,88,112)
#5A5065
(90,80,101)
#51485A
(81,72,90)
#48404F
(72,64,79)
#3F3844
(63,56,68)
#363039
(54,48,57)
#2D282E
(45,40,46)
#242023
(36,32,35)
#1B1818
(27,24,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C607B

#6C607B
(108,96,123)
#796E87
(121,110,135)
#867C93
(134,124,147)
#938A9F
(147,138,159)
#A098AB
(160,152,171)
#ADA6B7
(173,166,183)
#BAB4C3
(186,180,195)
#C7C2CF
(199,194,207)
#D4D0DB
(212,208,219)
#E1DEE7
(225,222,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C607B; }

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

This text font color is #6C607B.

Background Color

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

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

This div background color is #6C607B.

Border color

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

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

This div border color is #6C607B.

Opacity

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

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

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

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

This text has shadow with #6C607B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C607B.

Preview

Color preview on black background

This text has color #6C607B on black background.


Color preview on white background

This text has color #6C607B on white background.


Black color preview on #6C607B background

This text has black color on #6C607B background.


White color preview on #6C607B background

This text has white color on #6C607B background.


Related colors

Complementary color

Complementary color for #hex is #939F84.


I love getcolorcode.com

Triadic colors

1 #7B6C60 and #607B6C with #6C607B are triadic colors.

2 #7B606C and #606C7B with #6C607B are triadic colors.