COLOR #6073B7

HEX: #6073B7
RGB: (96,115,183)

Color info

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

RGB color model

#6073B7 color RGB value is (96,115,183).

  • red value is 96;
  • green value is 115;
  • blue value is 183.
RGB:
(96,115,183)
(38%,45%,72%)

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 183 of 255 = 72%

96
115
183

R + G + B ~ 52%. #6073B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 183 = 394 (100%)
R 96 of 394 ~ 24.37%
G 115 of 394 ~ 29.19%
B 183 of 394 ~ 46.45%

%24.37
%29.19
%46.45

CMYK color model

#6073B7 color CMYK value is (48,37,0,28).

  • cyan value is 47.54%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(48,37,0,28)
C48M37Y0K28 
(48%,37%,0%,28%)
(0.48/0.37/0.00/0.28)	

CMYK percentages

%47.54
%37.16
%0
%28.24

Codes

Color #6073B7 in popluar color models

6073B7
RGB96115183
HSL227°37.66%54.71%
HSB/HSV227°47.54%71.76%
CMYK47.54%37.16%0.00%
28.24%

Color #6073B7 in popluar number systems.

HEX6073B7
Decimal96115183
Binary1100000111001110110111
Octal140163267

Shades and tints

Shades of #6073B7

#6073B7
(96,115,183)
#5869A7
(88,105,167)
#505F97
(80,95,151)
#485587
(72,85,135)
#404B77
(64,75,119)
#384167
(56,65,103)
#303757
(48,55,87)
#282D47
(40,45,71)
#202337
(32,35,55)
#181927
(24,25,39)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #6073B7

#6073B7
(96,115,183)
#6E7FBD
(110,127,189)
#7C8BC3
(124,139,195)
#8A97C9
(138,151,201)
#98A3CF
(152,163,207)
#A6AFD5
(166,175,213)
#B4BBDB
(180,187,219)
#C2C7E1
(194,199,225)
#D0D3E7
(208,211,231)
#DEDFED
(222,223,237)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6073B7 color. Also use rgb(96,115,183) instead hex code.

Text Font Color

.myTextColor { color: #6073B7; }

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

This text font color is #6073B7.


Background Color

.myBgColor { background-color: #6073B7; }

<div style="background-color:#6073B7">Inner text</div>

This div background color is #6073B7.


Border color

.myBorderColor { border: 1px solid #6073B7; }

<div style="border:3px solid #6073B7">Div</div>

This div border color is #6073B7.


Opacity

.myOpacity80 { color: #6073B7; opacity: 0.8; }

<p style="color:#6073B7;opacity:0.8;">80%</p>

Text with #6073B7 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 #6073B7;}

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

This text has shadow with #6073B7 color.

.textShadow {text-shadow: 3px 3px 1px #6073B7, 3px 3px 1px red;}

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

This text has shadow with #6073B7 primary color and red secondary color.


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

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

This text has shadow with #6073B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6073B7 on black background.


Color preview on white background

This text has color #6073B7 on white background.



Black color preview on #6073B7 background

This text has black color on #6073B7 background.


White color preview on #6073B7 background

This text has white color on #6073B7 background.