COLOR #6095A3

HEX: #6095A3 RGB: (96,149,163)

Color info

#6095A3 contains mainly green and blue colors. Web safe color of #6095A3 is #669999 (or #699).

RGB color model

#6095A3 color RGB value is (96,149,163).

RGB: (96,149,163) (38%, 58%, 64%)

RGB channels and saturation

R 96 of 255 = 38%
G 149 of 255 = 58%
B 163 of 255 = 64%

96
149
163

R + G + B ~ 53%. #6095A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 149 + 163 = 408 (100%)
R 96 of 408 ~ 23.53%
G 149 of 408 ~ 36.52%
B 163 of 408 ~ 39.95'%

%23.53
%36.52
%39.95

CMYK color model

#6095A3 color CMYK value is (41,9,0,36).

  • cyan value is 41.10%
  • magenta value is 8.59%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (41,9,0,36)
C41M9Y0K36 (41%, 9%, 0%, 36%)
(0.41 / 0.09 / 0.00 / 0.36)

CMYK percentages

%41.1
%8.59
%0
%36.08

Codes

Color #6095A3 in popluar color models

60 95 A3
RGB 96 149 163
HSL 193° 26.69% 50.78%
HSB/HSV 193° 41.10% 63.92%
CMYK 41.10% 8.59% 0.00%
36.08%

Color #6095A3 in popluar number systems.

HEX 60 95 A3
Decimal 96 149 163
Binary 1100000 10010101 10100011
Octal 140 225 243

Shades and tints

Shades of #6095A3

#6095A3
(96,149,163)
#588895
(88,136,149)
#507B87
(80,123,135)
#486E79
(72,110,121)
#40616B
(64,97,107)
#38545D
(56,84,93)
#30474F
(48,71,79)
#283A41
(40,58,65)
#202D33
(32,45,51)
#182025
(24,32,37)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #6095A3

#6095A3
(96,149,163)
#6E9EAB
(110,158,171)
#7CA7B3
(124,167,179)
#8AB0BB
(138,176,187)
#98B9C3
(152,185,195)
#A6C2CB
(166,194,203)
#B4CBD3
(180,203,211)
#C2D4DB
(194,212,219)
#D0DDE3
(208,221,227)
#DEE6EB
(222,230,235)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6095A3 color. Also use rgb(96,149,163) instead hex code.

Text Font Color

.myTextColor { color: #6095A3; }

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

This text font color is #6095A3.

Background Color

.myBgColor { background-color: #6095A3; }

<div style="background-color:#6095A3">Inner text</div>

This div background color is #6095A3.

Border color

.myBorderColor { border: 1px solid #6095A3; }

<div style="border:3px solid #6095A3">Div</div>

This div border color is #6095A3.

Opacity

.myOpacity80 { color: #6095A3; opacity: 0.8; }

<p style="color:#6095A3;opacity:0.8;">80%</p>

Text with #6095A3 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 #6095A3;}

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

This text has shadow with #6095A3 color.


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

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

This text has shadow with #6095A3 primary color and red secondary color.


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

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

This text has shadow with #6095A3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6095A3.

Preview

Color preview on black background

This text has color #6095A3 on black background.


Color preview on white background

This text has color #6095A3 on white background.


Black color preview on #6095A3 background

This text has black color on #6095A3 background.


White color preview on #6095A3 background

This text has white color on #6095A3 background.


Related colors

Complementary color

Complementary color for #hex is #9F6A5C.


I love getcolorcode.com

Triadic colors

1 #A36095 and #95A360 with #6095A3 are triadic colors.

2 #A39560 and #9560A3 with #6095A3 are triadic colors.