Color Hex Logo

#6075bf Color Hex

#6075BF
(96,117,191)
0 Favorites   0 Comments

Color spaces of #6075bf

RGB 96117191
HSL0.630.430.56
HSV227°50°75°
CMYK 0.500.390.00   0.25
XYZ20.589118.971051.8668
Yxy18.97100.22520.2075
Hunter Lab43.55578.1557-40.1144
CIE-Lab50.653312.9883-41.2777

#6075bf color RGB value is (96,117,191).

#6075bf hex color red value is 96, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6075bf hue: 0.63 , saturation: 0.43 and the lightness value of 6075bf is 0.56.

The process color (four color CMYK) of #6075bf color hex is 0.50, 0.39, 0.00, 0.25. Web safe color of #6075bf is #6666cc. Color #6075bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110101 10111111
Octal 140 165 277
Decimal 96 117 191
Hex 60 75 BF

RGB Percentages of Color #6075bf

%23.76
%28.96
%47.28

CMYK Percentages of Color #6075bf

%50
%39
%0
%25

Triadic Colors of #6075bf

#6075bf #bf6075 #75bf60

Analogous Colors of #6075bf

#6075bf #7b60bf #60a5bf

Monochromatic Colors of #6075bf

#6075bf

Complementary Color

#6075bf #bfaa60

#6075bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6075bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6075bf Color CSS Codes

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

#6075bf Text Font Color

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

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


#6075bf Background Color

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

This div background color is #6075bf


#6075bf Border Color

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

This div border color is #6075bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6075bf


Comments

No comments written yet.

Please login to write comment.