COLOR #6081CC

HEX: #6081CC
RGB: (96,129,204)

Color info

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

RGB color model

#6081CC color RGB value is (96,129,204).

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

RGB channels and saturation

R 96 of 255 = 38%
G 129 of 255 = 51%
B 204 of 255 = 80%

96
129
204

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

Portions of RGB colors in percentages

R + G + B =
96 + 129 + 204 = 429 (100%)
R 96 of 429 ~ 22.38%
G 129 of 429 ~ 30.07%
B 204 of 429 ~ 47.55%

%22.38
%30.07
%47.55

CMYK color model

#6081CC color CMYK value is (53,37,0,20).

  • cyan value is 52.94%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(53,37,0,20)
C53M37Y0K20 
(53%,37%,0%,20%)
(0.53/0.37/0.00/0.20)	

CMYK percentages

%52.94
%36.76
%0
%20

Codes

Color #6081CC in popluar color models

6081CC
RGB96129204
HSL222°51.43%58.82%
HSB/HSV222°52.94%80.00%
CMYK52.94%36.76%0.00%
20.00%

Color #6081CC in popluar number systems.

HEX6081CC
Decimal96129204
Binary11000001000000111001100
Octal140201314

Shades and tints

Shades of #6081CC

#6081CC
(96,129,204)
#5876BA
(88,118,186)
#506BA8
(80,107,168)
#486096
(72,96,150)
#405584
(64,85,132)
#384A72
(56,74,114)
#303F60
(48,63,96)
#28344E
(40,52,78)
#20293C
(32,41,60)
#181E2A
(24,30,42)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #6081CC

#6081CC
(96,129,204)
#6E8CD0
(110,140,208)
#7C97D4
(124,151,212)
#8AA2D8
(138,162,216)
#98ADDC
(152,173,220)
#A6B8E0
(166,184,224)
#B4C3E4
(180,195,228)
#C2CEE8
(194,206,232)
#D0D9EC
(208,217,236)
#DEE4F0
(222,228,240)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6081CC; }

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

This text font color is #6081CC.


Background Color

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

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

This div background color is #6081CC.


Border color

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

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

This div border color is #6081CC.


Opacity

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

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

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

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

This text has shadow with #6081CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6081CC on black background.


Color preview on white background

This text has color #6081CC on white background.



Black color preview on #6081CC background

This text has black color on #6081CC background.


White color preview on #6081CC background

This text has white color on #6081CC background.