COLOR #6078B9

HEX: #6078B9
RGB: (96,120,185)

Color info

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

RGB color model

#6078B9 color RGB value is (96,120,185).

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

RGB channels and saturation

R 96 of 255 = 38%
G 120 of 255 = 47%
B 185 of 255 = 73%

96
120
185

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

Portions of RGB colors in percentages

R + G + B =
96 + 120 + 185 = 401 (100%)
R 96 of 401 ~ 23.94%
G 120 of 401 ~ 29.93%
B 185 of 401 ~ 46.13%

%23.94
%29.93
%46.13

CMYK color model

#6078B9 color CMYK value is (48,35,0,27).

  • cyan value is 48.11%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(48,35,0,27)
C48M35Y0K27 
(48%,35%,0%,27%)
(0.48/0.35/0.00/0.27)	

CMYK percentages

%48.11
%35.14
%0
%27.45

Codes

Color #6078B9 in popluar color models

6078B9
RGB96120185
HSL224°38.86%55.10%
HSB/HSV224°48.11%72.55%
CMYK48.11%35.14%0.00%
27.45%

Color #6078B9 in popluar number systems.

HEX6078B9
Decimal96120185
Binary1100000111100010111001
Octal140170271

Shades and tints

Shades of #6078B9

#6078B9
(96,120,185)
#586EA9
(88,110,169)
#506499
(80,100,153)
#485A89
(72,90,137)
#405079
(64,80,121)
#384669
(56,70,105)
#303C59
(48,60,89)
#283249
(40,50,73)
#202839
(32,40,57)
#181E29
(24,30,41)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #6078B9

#6078B9
(96,120,185)
#6E84BF
(110,132,191)
#7C90C5
(124,144,197)
#8A9CCB
(138,156,203)
#98A8D1
(152,168,209)
#A6B4D7
(166,180,215)
#B4C0DD
(180,192,221)
#C2CCE3
(194,204,227)
#D0D8E9
(208,216,233)
#DEE4EF
(222,228,239)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6078B9; }

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

This text font color is #6078B9.


Background Color

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

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

This div background color is #6078B9.


Border color

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

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

This div border color is #6078B9.


Opacity

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

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

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

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

This text has shadow with #6078B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6078B9 on black background.


Color preview on white background

This text has color #6078B9 on white background.



Black color preview on #6078B9 background

This text has black color on #6078B9 background.


White color preview on #6078B9 background

This text has white color on #6078B9 background.