COLOR #6078CE

HEX: #6078CE
RGB: (96,120,206)

Color info

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

RGB color model

#6078CE color RGB value is (96,120,206).

  • red value is 96;
  • green value is 120;
  • blue value is 206.
RGB:
(96,120,206)
(38%,47%,81%)

RGB channels and saturation

R 96 of 255 = 38%
G 120 of 255 = 47%
B 206 of 255 = 81%

96
120
206

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

Portions of RGB colors in percentages

R + G + B =
96 + 120 + 206 = 422 (100%)
R 96 of 422 ~ 22.75%
G 120 of 422 ~ 28.44%
B 206 of 422 ~ 48.82%

%22.75
%28.44
%48.82

CMYK color model

#6078CE color CMYK value is (53,42,0,19).

  • cyan value is 53.40%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(53,42,0,19)
C53M42Y0K19 
(53%,42%,0%,19%)
(0.53/0.42/0.00/0.19)	

CMYK percentages

%53.4
%41.75
%0
%19.22

Codes

Color #6078CE in popluar color models

6078CE
RGB96120206
HSL227°52.88%59.22%
HSB/HSV227°53.40%80.78%
CMYK53.40%41.75%0.00%
19.22%

Color #6078CE in popluar number systems.

HEX6078CE
Decimal96120206
Binary1100000111100011001110
Octal140170316

Shades and tints

Shades of #6078CE

#6078CE
(96,120,206)
#586EBC
(88,110,188)
#5064AA
(80,100,170)
#485A98
(72,90,152)
#405086
(64,80,134)
#384674
(56,70,116)
#303C62
(48,60,98)
#283250
(40,50,80)
#20283E
(32,40,62)
#181E2C
(24,30,44)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #6078CE

#6078CE
(96,120,206)
#6E84D2
(110,132,210)
#7C90D6
(124,144,214)
#8A9CDA
(138,156,218)
#98A8DE
(152,168,222)
#A6B4E2
(166,180,226)
#B4C0E6
(180,192,230)
#C2CCEA
(194,204,234)
#D0D8EE
(208,216,238)
#DEE4F2
(222,228,242)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6078CE color. Also use rgb(96,120,206) instead hex code.

Text Font Color

.myTextColor { color: #6078CE; }

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

This text font color is #6078CE.


Background Color

.myBgColor { background-color: #6078CE; }

<div style="background-color:#6078CE">Inner text</div>

This div background color is #6078CE.


Border color

.myBorderColor { border: 1px solid #6078CE; }

<div style="border:3px solid #6078CE">Div</div>

This div border color is #6078CE.


Opacity

.myOpacity80 { color: #6078CE; opacity: 0.8; }

<p style="color:#6078CE;opacity:0.8;">80%</p>

Text with #6078CE 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 #6078CE;}

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

This text has shadow with #6078CE color.

.textShadow {text-shadow: 3px 3px 1px #6078CE, 3px 3px 1px red;}

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

This text has shadow with #6078CE primary color and red secondary color.


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

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

This text has shadow with #6078CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6078CE on black background.


Color preview on white background

This text has color #6078CE on white background.



Black color preview on #6078CE background

This text has black color on #6078CE background.


White color preview on #6078CE background

This text has white color on #6078CE background.