Color Hex Logo

#6073df Color Hex

#6073DF
(96,115,223)
0 Favorites   0 Comments

Color spaces of #6073df

RGB 96115223
HSL0.640.660.63
HSV231°57°87°
CMYK 0.570.480.00   0.13
XYZ24.273920.076072.4077
Yxy20.07600.20790.1719
Hunter Lab44.806218.2919-64.4493
CIE-Lab51.923024.4555-57.4621

#6073df color RGB value is (96,115,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 11011111
Octal 140 163 337
Decimal 96 115 223
Hex 60 73 DF

RGB Percentages of Color #6073df

%22.12
%26.50
%51.38

CMYK Percentages of Color #6073df

%57
%48
%0
%13

Triadic Colors of #6073df

#6073df #df6073 #73df60

Analogous Colors of #6073df

#6073df #8d60df #60b3df

Monochromatic Colors of #6073df

#6073df

Complementary Color

#6073df #dfcc60

#6073df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6073df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6073df Color CSS Codes

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

#6073df Text Font Color

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

This sample text font color is #6073df
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.


#6073df Background Color

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

This div background color is #6073df


#6073df Border Color

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

This div border color is #6073df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6073df


Comments

No comments written yet.

Please login to write comment.