Color Hex Logo

#6073af Color Hex

#6073AF
(96,115,175)
0 Favorites   0 Comments

Color spaces of #6073af

RGB 96115175
HSL0.630.330.53
HSV226°45°69°
CMYK 0.450.340.00   0.31
XYZ18.692517.843443.0164
Yxy17.84340.23500.2243
Hunter Lab42.24145.0665-30.8087
CIE-Lab49.30569.2781-34.1575

#6073af color RGB value is (96,115,175).

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

The process color (four color CMYK) of #6073af color hex is 0.45, 0.34, 0.00, 0.31. Web safe color of #6073af is #666699. Color #6073af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110011 10101111
Octal 140 163 257
Decimal 96 115 175
Hex 60 73 AF

RGB Percentages of Color #6073af

%24.87
%29.79
%45.34

CMYK Percentages of Color #6073af

%45
%34
%0
%31

Triadic Colors of #6073af

#6073af #af6073 #73af60

Analogous Colors of #6073af

#6073af #7560af #609baf

Monochromatic Colors of #6073af

#6073af

Complementary Color

#6073af #af9c60

#6073af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6073af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6073af Color CSS Codes

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

#6073af Text Font Color

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

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


#6073af Background Color

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

This div background color is #6073af


#6073af Border Color

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

This div border color is #6073af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6073af


Comments

No comments written yet.

Please login to write comment.