COLOR #667A88

HEX: #667A88 RGB: (102,122,136)

Color info

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

RGB color model

#667A88 color RGB value is (102,122,136).

RGB: (102,122,136) (40%, 48%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 136 of 255 = 53%

102
122
136

R + G + B ~ 47%. #667A88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 122 + 136 = 360 (100%)
R 102 of 360 ~ 28.33%
G 122 of 360 ~ 33.89%
B 136 of 360 ~ 37.78'%

%28.33
%33.89
%37.78

CMYK color model

#667A88 color CMYK value is (25,10,0,47).

  • cyan value is 25.00%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (25,10,0,47)
C25M10Y0K47 (25%, 10%, 0%, 47%)
(0.25 / 0.10 / 0.00 / 0.47)

CMYK percentages

%25
%10.29
%0
%46.67

Codes

Color #667A88 in popluar color models

66 7A 88
RGB 102 122 136
HSL 205° 14.29% 46.67%
HSB/HSV 205° 25.00% 53.33%
CMYK 25.00% 10.29% 0.00%
46.67%

Color #667A88 in popluar number systems.

HEX 66 7A 88
Decimal 102 122 136
Binary 1100110 1111010 10001000
Octal 146 172 210

Shades and tints

Shades of #667A88

#667A88
(102,122,136)
#5D6F7C
(93,111,124)
#546470
(84,100,112)
#4B5964
(75,89,100)
#424E58
(66,78,88)
#39434C
(57,67,76)
#303840
(48,56,64)
#272D34
(39,45,52)
#1E2228
(30,34,40)
#15171C
(21,23,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #667A88

#667A88
(102,122,136)
#738692
(115,134,146)
#80929C
(128,146,156)
#8D9EA6
(141,158,166)
#9AAAB0
(154,170,176)
#A7B6BA
(167,182,186)
#B4C2C4
(180,194,196)
#C1CECE
(193,206,206)
#CEDAD8
(206,218,216)
#DBE6E2
(219,230,226)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667A88 color. Also use rgb(102,122,136) instead hex code.

Text Font Color

.myTextColor { color: #667A88; }

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

This text font color is #667A88.

Background Color

.myBgColor { background-color: #667A88; }

<div style="background-color:#667A88">Inner text</div>

This div background color is #667A88.

Border color

.myBorderColor { border: 1px solid #667A88; }

<div style="border:3px solid #667A88">Div</div>

This div border color is #667A88.

Opacity

.myOpacity80 { color: #667A88; opacity: 0.8; }

<p style="color:#667A88;opacity:0.8;">80%</p>

Text with #667A88 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 #667A88;}

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

This text has shadow with #667A88 color.


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

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

This text has shadow with #667A88 primary color and red secondary color.


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

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

This text has shadow with #667A88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #667A88.

Preview

Color preview on black background

This text has color #667A88 on black background.


Color preview on white background

This text has color #667A88 on white background.


Black color preview on #667A88 background

This text has black color on #667A88 background.


White color preview on #667A88 background

This text has white color on #667A88 background.


Related colors

Complementary color

Complementary color for #hex is #998577.


I love getcolorcode.com

Triadic colors

1 #88667A and #7A8866 with #667A88 are triadic colors.

2 #887A66 and #7A6688 with #667A88 are triadic colors.