COLOR #6076D2

HEX: #6076D2
RGB: (96,118,210)

Color info

#6076D2 contains mainly blue color. Web safe color of #6076D2 is #6666CC (or #66C).

RGB color model

#6076D2 color RGB value is (96,118,210).

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

RGB channels and saturation

R 96 of 255 = 38%
G 118 of 255 = 46%
B 210 of 255 = 82%

96
118
210

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

Portions of RGB colors in percentages

R + G + B =
96 + 118 + 210 = 424 (100%)
R 96 of 424 ~ 22.64%
G 118 of 424 ~ 27.83%
B 210 of 424 ~ 49.53%

%22.64
%27.83
%49.53

CMYK color model

#6076D2 color CMYK value is (54,44,0,18).

  • cyan value is 54.29%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(54,44,0,18)
C54M44Y0K18 
(54%,44%,0%,18%)
(0.54/0.44/0.00/0.18)	

CMYK percentages

%54.29
%43.81
%0
%17.65

Codes

Color #6076D2 in popluar color models

6076D2
RGB96118210
HSL228°55.88%60.00%
HSB/HSV228°54.29%82.35%
CMYK54.29%43.81%0.00%
17.65%

Color #6076D2 in popluar number systems.

HEX6076D2
Decimal96118210
Binary1100000111011011010010
Octal140166322

Shades and tints

Shades of #6076D2

#6076D2
(96,118,210)
#586CBF
(88,108,191)
#5062AC
(80,98,172)
#485899
(72,88,153)
#404E86
(64,78,134)
#384473
(56,68,115)
#303A60
(48,58,96)
#28304D
(40,48,77)
#20263A
(32,38,58)
#181C27
(24,28,39)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #6076D2

#6076D2
(96,118,210)
#6E82D6
(110,130,214)
#7C8EDA
(124,142,218)
#8A9ADE
(138,154,222)
#98A6E2
(152,166,226)
#A6B2E6
(166,178,230)
#B4BEEA
(180,190,234)
#C2CAEE
(194,202,238)
#D0D6F2
(208,214,242)
#DEE2F6
(222,226,246)
#ECEEFA
(236,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6076D2; }

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

This text font color is #6076D2.


Background Color

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

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

This div background color is #6076D2.


Border color

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

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

This div border color is #6076D2.


Opacity

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

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

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

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

This text has shadow with #6076D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6076D2 on black background.


Color preview on white background

This text has color #6076D2 on white background.



Black color preview on #6076D2 background

This text has black color on #6076D2 background.


White color preview on #6076D2 background

This text has white color on #6076D2 background.