COLOR #6086B0

HEX: #6086B0
RGB: (96,134,176)

Color info

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

RGB color model

#6086B0 color RGB value is (96,134,176).

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

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 176 of 255 = 69%

96
134
176

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 176 = 406 (100%)
R 96 of 406 ~ 23.65%
G 134 of 406 ~ 33%
B 176 of 406 ~ 43.35%

%23.65
%33
%43.35

CMYK color model

#6086B0 color CMYK value is (45,24,0,31).

  • cyan value is 45.45%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(45,24,0,31)
C45M24Y0K31 
(45%,24%,0%,31%)
(0.45/0.24/0.00/0.31)	

CMYK percentages

%45.45
%23.86
%0
%30.98

Codes

Color #6086B0 in popluar color models

6086B0
RGB96134176
HSL212°33.61%53.33%
HSB/HSV212°45.45%69.02%
CMYK45.45%23.86%0.00%
30.98%

Color #6086B0 in popluar number systems.

HEX6086B0
Decimal96134176
Binary11000001000011010110000
Octal140206260

Shades and tints

Shades of #6086B0

#6086B0
(96,134,176)
#587AA0
(88,122,160)
#506E90
(80,110,144)
#486280
(72,98,128)
#405670
(64,86,112)
#384A60
(56,74,96)
#303E50
(48,62,80)
#283240
(40,50,64)
#202630
(32,38,48)
#181A20
(24,26,32)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #6086B0

#6086B0
(96,134,176)
#6E91B7
(110,145,183)
#7C9CBE
(124,156,190)
#8AA7C5
(138,167,197)
#98B2CC
(152,178,204)
#A6BDD3
(166,189,211)
#B4C8DA
(180,200,218)
#C2D3E1
(194,211,225)
#D0DEE8
(208,222,232)
#DEE9EF
(222,233,239)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6086B0; }

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

This text font color is #6086B0.


Background Color

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

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

This div background color is #6086B0.


Border color

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

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

This div border color is #6086B0.


Opacity

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

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

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

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

This text has shadow with #6086B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6086B0 on black background.


Color preview on white background

This text has color #6086B0 on white background.



Black color preview on #6086B0 background

This text has black color on #6086B0 background.


White color preview on #6086B0 background

This text has white color on #6086B0 background.