Color Hex Logo

#6073dc Color Hex

#6073DC
(96,115,220)
0 Favorites   0 Comments

Color spaces of #6073dc

RGB 96115220
HSL0.640.640.62
HSV231°56°86°
CMYK 0.560.480.00   0.14
XYZ23.872919.915670.2960
Yxy19.91560.20930.1746
Hunter Lab44.626917.3905-62.1544
CIE-Lab51.741723.4807-56.0610

#6073dc color RGB value is (96,115,220).

#6073dc hex color red value is 96, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6073dc hue: 0.64 , saturation: 0.64 and the lightness value of 6073dc is 0.62.

The process color (four color CMYK) of #6073dc color hex is 0.56, 0.48, 0.00, 0.14. Web safe color of #6073dc is #6666cc. Color #6073dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 11011100
Octal 140 163 334
Decimal 96 115 220
Hex 60 73 DC

RGB Percentages of Color #6073dc

%22.27
%26.68
%51.04

CMYK Percentages of Color #6073dc

%56
%48
%0
%14

Triadic Colors of #6073dc

#6073dc #dc6073 #73dc60

Analogous Colors of #6073dc

#6073dc #8b60dc #60b1dc

Monochromatic Colors of #6073dc

#6073dc

Complementary Color

#6073dc #dcc960

#6073dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6073dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6073dc Color CSS Codes

.mybgcolor {background-color:#6073dc; } 
.myforecolor {color:#6073dc; }
.mybordercolor {border:3px solid #6073dc; }

#6073dc Text Font Color

<p style="color:#6073dc">Text here</p>

This sample text font color is #6073dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6073dc Background Color

<div style="background-color:#6073dc">
Div content here</div>

This div background color is #6073dc


#6073dc Border Color

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

This div border color is #6073dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,115,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6073dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6073dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6073dc;
  box-shadow:         1px 1px 3px 2px #6073dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,115,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6073dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6073dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6073dc;
  box-shadow:         1px 1px 3px 2px #6073dc;">
Div content here</div>

This div box has shadow with color #6073dc


Comments

No comments written yet.

Please login to write comment.