COLOR #62667F

HEX: #62667F RGB: (98,102,127)

Color info

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

RGB color model

#62667F color RGB value is (98,102,127).

RGB: (98,102,127) (38%, 40%, 50%)

RGB channels and saturation

R 98 of 255 = 38%
G 102 of 255 = 40%
B 127 of 255 = 50%

98
102
127

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

Portions of RGB colors in percentages

R + G + B = 98 + 102 + 127 = 327 (100%)
R 98 of 327 ~ 29.97%
G 102 of 327 ~ 31.19%
B 127 of 327 ~ 38.84'%

%29.97
%31.19
%38.84

CMYK color model

#62667F color CMYK value is (23,20,0,50).

  • cyan value is 22.83%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (23,20,0,50)
C23M20Y0K50 (23%, 20%, 0%, 50%)
(0.23 / 0.20 / 0.00 / 0.50)

CMYK percentages

%22.83
%19.69
%0
%50.2

Codes

Color #62667F in popluar color models

62 66 7F
RGB 98 102 127
HSL 232° 12.89% 44.12%
HSB/HSV 232° 22.83% 49.80%
CMYK 22.83% 19.69% 0.00%
50.20%

Color #62667F in popluar number systems.

HEX 62 66 7F
Decimal 98 102 127
Binary 1100010 1100110 1111111
Octal 142 146 177

Shades and tints

Shades of #62667F

#62667F
(98,102,127)
#5A5D74
(90,93,116)
#525469
(82,84,105)
#4A4B5E
(74,75,94)
#424253
(66,66,83)
#3A3948
(58,57,72)
#32303D
(50,48,61)
#2A2732
(42,39,50)
#221E27
(34,30,39)
#1A151C
(26,21,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #62667F

#62667F
(98,102,127)
#70738A
(112,115,138)
#7E8095
(126,128,149)
#8C8DA0
(140,141,160)
#9A9AAB
(154,154,171)
#A8A7B6
(168,167,182)
#B6B4C1
(182,180,193)
#C4C1CC
(196,193,204)
#D2CED7
(210,206,215)
#E0DBE2
(224,219,226)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62667F color. Also use rgb(98,102,127) instead hex code.

Text Font Color

.myTextColor { color: #62667F; }

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

This text font color is #62667F.

Background Color

.myBgColor { background-color: #62667F; }

<div style="background-color:#62667F">Inner text</div>

This div background color is #62667F.

Border color

.myBorderColor { border: 1px solid #62667F; }

<div style="border:3px solid #62667F">Div</div>

This div border color is #62667F.

Opacity

.myOpacity80 { color: #62667F; opacity: 0.8; }

<p style="color:#62667F;opacity:0.8;">80%</p>

Text with #62667F 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 #62667F;}

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

This text has shadow with #62667F color.


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

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

This text has shadow with #62667F primary color and red secondary color.


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

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

This text has shadow with #62667F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #62667F.

Preview

Color preview on black background

This text has color #62667F on black background.


Color preview on white background

This text has color #62667F on white background.


Black color preview on #62667F background

This text has black color on #62667F background.


White color preview on #62667F background

This text has white color on #62667F background.


Related colors

Complementary color

Complementary color for #hex is #9D9980.


I love getcolorcode.com

Triadic colors

1 #7F6266 and #667F62 with #62667F are triadic colors.

2 #7F6662 and #66627F with #62667F are triadic colors.