COLOR #6A8599

HEX: #6A8599
RGB: (106,133,153)

Color info

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

RGB color model

#6A8599 color RGB value is (106,133,153).

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

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 153 of 255 = 60%

106
133
153

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

Portions of RGB colors in percentages

R + G + B =
106 + 133 + 153 = 392 (100%)
R 106 of 392 ~ 27.04%
G 133 of 392 ~ 33.93%
B 153 of 392 ~ 39.03%

%27.04
%33.93
%39.03

CMYK color model

#6A8599 color CMYK value is (31,13,0,40).

  • cyan value is 30.72%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(31,13,0,40)
C31M13Y0K40 
(31%,13%,0%,40%)
(0.31/0.13/0.00/0.40)	

CMYK percentages

%30.72
%13.07
%0
%40

Codes

Color #6A8599 in popluar color models

6A8599
RGB106133153
HSL206°18.73%50.78%
HSB/HSV206°30.72%60.00%
CMYK30.72%13.07%0.00%
40.00%

Color #6A8599 in popluar number systems.

HEX6A8599
Decimal106133153
Binary11010101000010110011001
Octal152205231

Shades and tints

Shades of #6A8599

#6A8599
(106,133,153)
#61798C
(97,121,140)
#586D7F
(88,109,127)
#4F6172
(79,97,114)
#465565
(70,85,101)
#3D4958
(61,73,88)
#343D4B
(52,61,75)
#2B313E
(43,49,62)
#222531
(34,37,49)
#191924
(25,25,36)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #6A8599

#6A8599
(106,133,153)
#7790A2
(119,144,162)
#849BAB
(132,155,171)
#91A6B4
(145,166,180)
#9EB1BD
(158,177,189)
#ABBCC6
(171,188,198)
#B8C7CF
(184,199,207)
#C5D2D8
(197,210,216)
#D2DDE1
(210,221,225)
#DFE8EA
(223,232,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8599; }

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

This text font color is #6A8599.


Background Color

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

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

This div background color is #6A8599.


Border color

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

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

This div border color is #6A8599.


Opacity

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

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

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

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

This text has shadow with #6A8599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8599 on black background.


Color preview on white background

This text has color #6A8599 on white background.



Black color preview on #6A8599 background

This text has black color on #6A8599 background.


White color preview on #6A8599 background

This text has white color on #6A8599 background.