Color Hex Logo

#6075ac Color Hex

#6075AC
(96,117,172)
0 Favorites   0 Comments

Color spaces of #6075ac

RGB 96117172
HSL0.620.310.53
HSV223°44°67°
CMYK 0.440.320.00   0.33
XYZ18.631618.187941.5584
Yxy18.18790.23770.2321
Hunter Lab42.64733.3498-27.9231
CIE-Lab49.72327.1619-31.7603

#6075ac color RGB value is (96,117,172).

#6075ac hex color red value is 96, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6075ac hue: 0.62 , saturation: 0.31 and the lightness value of 6075ac is 0.53.

The process color (four color CMYK) of #6075ac color hex is 0.44, 0.32, 0.00, 0.33. Web safe color of #6075ac is #666699. Color #6075ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110101 10101100
Octal 140 165 254
Decimal 96 117 172
Hex 60 75 AC

RGB Percentages of Color #6075ac

%24.94
%30.39
%44.68

CMYK Percentages of Color #6075ac

%44
%32
%0
%33

Triadic Colors of #6075ac

#6075ac #ac6075 #75ac60

Analogous Colors of #6075ac

#6075ac #7160ac #609bac

Monochromatic Colors of #6075ac

#6075ac

Complementary Color

#6075ac #ac9760

#6075ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6075ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6075ac Color CSS Codes

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

#6075ac Text Font Color

<p style="color:#6075ac">Text here</p>

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


#6075ac Background Color

<div style="background-color:#6075ac">
Div content here</div>

This div background color is #6075ac


#6075ac Border Color

<div style="border:3px solid #6075ac">
Div here</div>

This div border color is #6075ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,117,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6075ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6075ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6075ac;
  box-shadow:         1px 1px 3px 2px #6075ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6075ac


Comments

No comments written yet.

Please login to write comment.