COLOR #6080B1

HEX: #6080B1
RGB: (96,128,177)

Color info

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

RGB color model

#6080B1 color RGB value is (96,128,177).

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

RGB channels and saturation

R 96 of 255 = 38%
G 128 of 255 = 50%
B 177 of 255 = 69%

96
128
177

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

Portions of RGB colors in percentages

R + G + B =
96 + 128 + 177 = 401 (100%)
R 96 of 401 ~ 23.94%
G 128 of 401 ~ 31.92%
B 177 of 401 ~ 44.14%

%23.94
%31.92
%44.14

CMYK color model

#6080B1 color CMYK value is (46,28,0,31).

  • cyan value is 45.76%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(46,28,0,31)
C46M28Y0K31 
(46%,28%,0%,31%)
(0.46/0.28/0.00/0.31)	

CMYK percentages

%45.76
%27.68
%0
%30.59

Codes

Color #6080B1 in popluar color models

6080B1
RGB96128177
HSL216°34.18%53.53%
HSB/HSV216°45.76%69.41%
CMYK45.76%27.68%0.00%
30.59%

Color #6080B1 in popluar number systems.

HEX6080B1
Decimal96128177
Binary11000001000000010110001
Octal140200261

Shades and tints

Shades of #6080B1

#6080B1
(96,128,177)
#5875A1
(88,117,161)
#506A91
(80,106,145)
#485F81
(72,95,129)
#405471
(64,84,113)
#384961
(56,73,97)
#303E51
(48,62,81)
#283341
(40,51,65)
#202831
(32,40,49)
#181D21
(24,29,33)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6080B1

#6080B1
(96,128,177)
#6E8BB8
(110,139,184)
#7C96BF
(124,150,191)
#8AA1C6
(138,161,198)
#98ACCD
(152,172,205)
#A6B7D4
(166,183,212)
#B4C2DB
(180,194,219)
#C2CDE2
(194,205,226)
#D0D8E9
(208,216,233)
#DEE3F0
(222,227,240)
#ECEEF7
(236,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6080B1; }

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

This text font color is #6080B1.


Background Color

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

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

This div background color is #6080B1.


Border color

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

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

This div border color is #6080B1.


Opacity

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

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

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

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

This text has shadow with #6080B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6080B1 on black background.


Color preview on white background

This text has color #6080B1 on white background.



Black color preview on #6080B1 background

This text has black color on #6080B1 background.


White color preview on #6080B1 background

This text has white color on #6080B1 background.