COLOR #6076B3

HEX: #6076B3
RGB: (96,118,179)

Color info

#6076B3 contains mainly blue color. Web safe color of #6076B3 is #666699 (or #669).

RGB color model

#6076B3 color RGB value is (96,118,179).

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

RGB channels and saturation

R 96 of 255 = 38%
G 118 of 255 = 46%
B 179 of 255 = 70%

96
118
179

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

Portions of RGB colors in percentages

R + G + B =
96 + 118 + 179 = 393 (100%)
R 96 of 393 ~ 24.43%
G 118 of 393 ~ 30.03%
B 179 of 393 ~ 45.55%

%24.43
%30.03
%45.55

CMYK color model

#6076B3 color CMYK value is (46,34,0,30).

  • cyan value is 46.37%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(46,34,0,30)
C46M34Y0K30 
(46%,34%,0%,30%)
(0.46/0.34/0.00/0.30)	

CMYK percentages

%46.37
%34.08
%0
%29.8

Codes

Color #6076B3 in popluar color models

6076B3
RGB96118179
HSL224°35.32%53.92%
HSB/HSV224°46.37%70.20%
CMYK46.37%34.08%0.00%
29.80%

Color #6076B3 in popluar number systems.

HEX6076B3
Decimal96118179
Binary1100000111011010110011
Octal140166263

Shades and tints

Shades of #6076B3

#6076B3
(96,118,179)
#586CA3
(88,108,163)
#506293
(80,98,147)
#485883
(72,88,131)
#404E73
(64,78,115)
#384463
(56,68,99)
#303A53
(48,58,83)
#283043
(40,48,67)
#202633
(32,38,51)
#181C23
(24,28,35)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6076B3

#6076B3
(96,118,179)
#6E82B9
(110,130,185)
#7C8EBF
(124,142,191)
#8A9AC5
(138,154,197)
#98A6CB
(152,166,203)
#A6B2D1
(166,178,209)
#B4BED7
(180,190,215)
#C2CADD
(194,202,221)
#D0D6E3
(208,214,227)
#DEE2E9
(222,226,233)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6076B3; }

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

This text font color is #6076B3.


Background Color

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

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

This div background color is #6076B3.


Border color

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

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

This div border color is #6076B3.


Opacity

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

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

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

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

This text has shadow with #6076B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6076B3 on black background.


Color preview on white background

This text has color #6076B3 on white background.



Black color preview on #6076B3 background

This text has black color on #6076B3 background.


White color preview on #6076B3 background

This text has white color on #6076B3 background.