COLOR #6073D0

HEX: #6073D0
RGB: (96,115,208)

Color info

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

RGB color model

#6073D0 color RGB value is (96,115,208).

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

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 208 of 255 = 82%

96
115
208

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

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 208 = 419 (100%)
R 96 of 419 ~ 22.91%
G 115 of 419 ~ 27.45%
B 208 of 419 ~ 49.64%

%22.91
%27.45
%49.64

CMYK color model

#6073D0 color CMYK value is (54,45,0,18).

  • cyan value is 53.85%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(54,45,0,18)
C54M45Y0K18 
(54%,45%,0%,18%)
(0.54/0.45/0.00/0.18)	

CMYK percentages

%53.85
%44.71
%0
%18.43

Codes

Color #6073D0 in popluar color models

6073D0
RGB96115208
HSL230°54.37%59.61%
HSB/HSV230°53.85%81.57%
CMYK53.85%44.71%0.00%
18.43%

Color #6073D0 in popluar number systems.

HEX6073D0
Decimal96115208
Binary1100000111001111010000
Octal140163320

Shades and tints

Shades of #6073D0

#6073D0
(96,115,208)
#5869BE
(88,105,190)
#505FAC
(80,95,172)
#48559A
(72,85,154)
#404B88
(64,75,136)
#384176
(56,65,118)
#303764
(48,55,100)
#282D52
(40,45,82)
#202340
(32,35,64)
#18192E
(24,25,46)
#100F1C
(16,15,28)
#000000
(0,0,0)

Tints of #6073D0

#6073D0
(96,115,208)
#6E7FD4
(110,127,212)
#7C8BD8
(124,139,216)
#8A97DC
(138,151,220)
#98A3E0
(152,163,224)
#A6AFE4
(166,175,228)
#B4BBE8
(180,187,232)
#C2C7EC
(194,199,236)
#D0D3F0
(208,211,240)
#DEDFF4
(222,223,244)
#ECEBF8
(236,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6073D0; }

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

This text font color is #6073D0.


Background Color

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

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

This div background color is #6073D0.


Border color

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

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

This div border color is #6073D0.


Opacity

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

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

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

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

This text has shadow with #6073D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6073D0 on black background.


Color preview on white background

This text has color #6073D0 on white background.



Black color preview on #6073D0 background

This text has black color on #6073D0 background.


White color preview on #6073D0 background

This text has white color on #6073D0 background.