COLOR #6081B8

HEX: #6081B8
RGB: (96,129,184)

Color info

#6081B8 contains mainly green and blue colors. Web safe color of #6081B8 is #6699CC (or #69C).

RGB color model

#6081B8 color RGB value is (96,129,184).

  • red value is 96;
  • green value is 129;
  • blue value is 184.
RGB:
(96,129,184)
(38%,51%,72%)

RGB channels and saturation

R 96 of 255 = 38%
G 129 of 255 = 51%
B 184 of 255 = 72%

96
129
184

R + G + B ~ 54%. #6081B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 129 + 184 = 409 (100%)
R 96 of 409 ~ 23.47%
G 129 of 409 ~ 31.54%
B 184 of 409 ~ 44.99%

%23.47
%31.54
%44.99

CMYK color model

#6081B8 color CMYK value is (48,30,0,28).

  • cyan value is 47.83%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(48,30,0,28)
C48M30Y0K28 
(48%,30%,0%,28%)
(0.48/0.30/0.00/0.28)	

CMYK percentages

%47.83
%29.89
%0
%27.84

Codes

Color #6081B8 in popluar color models

6081B8
RGB96129184
HSL218°38.26%54.90%
HSB/HSV218°47.83%72.16%
CMYK47.83%29.89%0.00%
27.84%

Color #6081B8 in popluar number systems.

HEX6081B8
Decimal96129184
Binary11000001000000110111000
Octal140201270

Shades and tints

Shades of #6081B8

#6081B8
(96,129,184)
#5876A8
(88,118,168)
#506B98
(80,107,152)
#486088
(72,96,136)
#405578
(64,85,120)
#384A68
(56,74,104)
#303F58
(48,63,88)
#283448
(40,52,72)
#202938
(32,41,56)
#181E28
(24,30,40)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #6081B8

#6081B8
(96,129,184)
#6E8CBE
(110,140,190)
#7C97C4
(124,151,196)
#8AA2CA
(138,162,202)
#98ADD0
(152,173,208)
#A6B8D6
(166,184,214)
#B4C3DC
(180,195,220)
#C2CEE2
(194,206,226)
#D0D9E8
(208,217,232)
#DEE4EE
(222,228,238)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6081B8 color. Also use rgb(96,129,184) instead hex code.

Text Font Color

.myTextColor { color: #6081B8; }

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

This text font color is #6081B8.


Background Color

.myBgColor { background-color: #6081B8; }

<div style="background-color:#6081B8">Inner text</div>

This div background color is #6081B8.


Border color

.myBorderColor { border: 1px solid #6081B8; }

<div style="border:3px solid #6081B8">Div</div>

This div border color is #6081B8.


Opacity

.myOpacity80 { color: #6081B8; opacity: 0.8; }

<p style="color:#6081B8;opacity:0.8;">80%</p>

Text with #6081B8 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 #6081B8;}

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

This text has shadow with #6081B8 color.

.textShadow {text-shadow: 3px 3px 1px #6081B8, 3px 3px 1px red;}

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

This text has shadow with #6081B8 primary color and red secondary color.


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

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

This text has shadow with #6081B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6081B8 on black background.


Color preview on white background

This text has color #6081B8 on white background.



Black color preview on #6081B8 background

This text has black color on #6081B8 background.


White color preview on #6081B8 background

This text has white color on #6081B8 background.