COLOR #6A858C

HEX: #6A858C
RGB: (106,133,140)

Color info

#6A858C contains red, green and blue colors in about the same proportion. Web safe color of #6A858C is #669999 (or #699).

RGB color model

#6A858C color RGB value is (106,133,140).

  • red value is 106;
  • green value is 133;
  • blue value is 140.
RGB:
(106,133,140)
(42%,52%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 140 of 255 = 55%

106
133
140

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 140 = 379 (100%)
R 106 of 379 ~ 27.97%
G 133 of 379 ~ 35.09%
B 140 of 379 ~ 36.94%

%27.97
%35.09
%36.94

CMYK color model

#6A858C color CMYK value is (24,5,0,45).

  • cyan value is 24.29%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(24,5,0,45)
C24M5Y0K45 
(24%,5%,0%,45%)
(0.24/0.05/0.00/0.45)	

CMYK percentages

%24.29
%5
%0
%45.1

Codes

Color #6A858C in popluar color models

6A858C
RGB106133140
HSL192°13.82%48.24%
HSB/HSV192°24.29%54.90%
CMYK24.29%5.00%0.00%
45.10%

Color #6A858C in popluar number systems.

HEX6A858C
Decimal106133140
Binary11010101000010110001100
Octal152205214

Shades and tints

Shades of #6A858C

#6A858C
(106,133,140)
#617980
(97,121,128)
#586D74
(88,109,116)
#4F6168
(79,97,104)
#46555C
(70,85,92)
#3D4950
(61,73,80)
#343D44
(52,61,68)
#2B3138
(43,49,56)
#22252C
(34,37,44)
#191920
(25,25,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #6A858C

#6A858C
(106,133,140)
#779096
(119,144,150)
#849BA0
(132,155,160)
#91A6AA
(145,166,170)
#9EB1B4
(158,177,180)
#ABBCBE
(171,188,190)
#B8C7C8
(184,199,200)
#C5D2D2
(197,210,210)
#D2DDDC
(210,221,220)
#DFE8E6
(223,232,230)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A858C color. Also use rgb(106,133,140) instead hex code.

Text Font Color

.myTextColor { color: #6A858C; }

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

This text font color is #6A858C.


Background Color

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

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

This div background color is #6A858C.


Border color

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

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

This div border color is #6A858C.


Opacity

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

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

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

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

This text has shadow with #6A858C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A858C on black background.


Color preview on white background

This text has color #6A858C on white background.



Black color preview on #6A858C background

This text has black color on #6A858C background.


White color preview on #6A858C background

This text has white color on #6A858C background.