COLOR #6086A1

HEX: #6086A1
RGB: (96,134,161)

Color info

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

RGB color model

#6086A1 color RGB value is (96,134,161).

  • red value is 96;
  • green value is 134;
  • blue value is 161.
RGB:
(96,134,161)
(38%,53%,63%)

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 161 of 255 = 63%

96
134
161

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 161 = 391 (100%)
R 96 of 391 ~ 24.55%
G 134 of 391 ~ 34.27%
B 161 of 391 ~ 41.18%

%24.55
%34.27
%41.18

CMYK color model

#6086A1 color CMYK value is (40,17,0,37).

  • cyan value is 40.37%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(40,17,0,37)
C40M17Y0K37 
(40%,17%,0%,37%)
(0.40/0.17/0.00/0.37)	

CMYK percentages

%40.37
%16.77
%0
%36.86

Codes

Color #6086A1 in popluar color models

6086A1
RGB96134161
HSL205°25.69%50.39%
HSB/HSV205°40.37%63.14%
CMYK40.37%16.77%0.00%
36.86%

Color #6086A1 in popluar number systems.

HEX6086A1
Decimal96134161
Binary11000001000011010100001
Octal140206241

Shades and tints

Shades of #6086A1

#6086A1
(96,134,161)
#587A93
(88,122,147)
#506E85
(80,110,133)
#486277
(72,98,119)
#405669
(64,86,105)
#384A5B
(56,74,91)
#303E4D
(48,62,77)
#28323F
(40,50,63)
#202631
(32,38,49)
#181A23
(24,26,35)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #6086A1

#6086A1
(96,134,161)
#6E91A9
(110,145,169)
#7C9CB1
(124,156,177)
#8AA7B9
(138,167,185)
#98B2C1
(152,178,193)
#A6BDC9
(166,189,201)
#B4C8D1
(180,200,209)
#C2D3D9
(194,211,217)
#D0DEE1
(208,222,225)
#DEE9E9
(222,233,233)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6086A1 color. Also use rgb(96,134,161) instead hex code.

Text Font Color

.myTextColor { color: #6086A1; }

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

This text font color is #6086A1.


Background Color

.myBgColor { background-color: #6086A1; }

<div style="background-color:#6086A1">Inner text</div>

This div background color is #6086A1.


Border color

.myBorderColor { border: 1px solid #6086A1; }

<div style="border:3px solid #6086A1">Div</div>

This div border color is #6086A1.


Opacity

.myOpacity80 { color: #6086A1; opacity: 0.8; }

<p style="color:#6086A1;opacity:0.8;">80%</p>

Text with #6086A1 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 #6086A1;}

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

This text has shadow with #6086A1 color.

.textShadow {text-shadow: 3px 3px 1px #6086A1, 3px 3px 1px red;}

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

This text has shadow with #6086A1 primary color and red secondary color.


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

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

This text has shadow with #6086A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6086A1 on black background.


Color preview on white background

This text has color #6086A1 on white background.



Black color preview on #6086A1 background

This text has black color on #6086A1 background.


White color preview on #6086A1 background

This text has white color on #6086A1 background.