COLOR #6080B3

HEX: #6080B3
RGB: (96,128,179)

Color info

#6080B3 contains mainly green and blue colors. Web safe color of #6080B3 is #666699 (or #669).

RGB color model

#6080B3 color RGB value is (96,128,179).

  • red value is 96;
  • green value is 128;
  • blue value is 179.
RGB:
(96,128,179)
(38%,50%,70%)

RGB channels and saturation

R 96 of 255 = 38%
G 128 of 255 = 50%
B 179 of 255 = 70%

96
128
179

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

Portions of RGB colors in percentages

R + G + B =
96 + 128 + 179 = 403 (100%)
R 96 of 403 ~ 23.82%
G 128 of 403 ~ 31.76%
B 179 of 403 ~ 44.42%

%23.82
%31.76
%44.42

CMYK color model

#6080B3 color CMYK value is (46,28,0,30).

  • cyan value is 46.37%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(46,28,0,30)
C46M28Y0K30 
(46%,28%,0%,30%)
(0.46/0.28/0.00/0.30)	

CMYK percentages

%46.37
%28.49
%0
%29.8

Codes

Color #6080B3 in popluar color models

6080B3
RGB96128179
HSL217°35.32%53.92%
HSB/HSV217°46.37%70.20%
CMYK46.37%28.49%0.00%
29.80%

Color #6080B3 in popluar number systems.

HEX6080B3
Decimal96128179
Binary11000001000000010110011
Octal140200263

Shades and tints

Shades of #6080B3

#6080B3
(96,128,179)
#5875A3
(88,117,163)
#506A93
(80,106,147)
#485F83
(72,95,131)
#405473
(64,84,115)
#384963
(56,73,99)
#303E53
(48,62,83)
#283343
(40,51,67)
#202833
(32,40,51)
#181D23
(24,29,35)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6080B3

#6080B3
(96,128,179)
#6E8BB9
(110,139,185)
#7C96BF
(124,150,191)
#8AA1C5
(138,161,197)
#98ACCB
(152,172,203)
#A6B7D1
(166,183,209)
#B4C2D7
(180,194,215)
#C2CDDD
(194,205,221)
#D0D8E3
(208,216,227)
#DEE3E9
(222,227,233)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6080B3 color. Also use rgb(96,128,179) instead hex code.

Text Font Color

.myTextColor { color: #6080B3; }

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

This text font color is #6080B3.


Background Color

.myBgColor { background-color: #6080B3; }

<div style="background-color:#6080B3">Inner text</div>

This div background color is #6080B3.


Border color

.myBorderColor { border: 1px solid #6080B3; }

<div style="border:3px solid #6080B3">Div</div>

This div border color is #6080B3.


Opacity

.myOpacity80 { color: #6080B3; opacity: 0.8; }

<p style="color:#6080B3;opacity:0.8;">80%</p>

Text with #6080B3 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 #6080B3;}

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

This text has shadow with #6080B3 color.

.textShadow {text-shadow: 3px 3px 1px #6080B3, 3px 3px 1px red;}

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

This text has shadow with #6080B3 primary color and red secondary color.


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

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

This text has shadow with #6080B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6080B3 on black background.


Color preview on white background

This text has color #6080B3 on white background.



Black color preview on #6080B3 background

This text has black color on #6080B3 background.


White color preview on #6080B3 background

This text has white color on #6080B3 background.