Color Hex Logo

#6165af Color Hex

#6165AF
(97,101,175)
0 Favorites   0 Comments

Color spaces of #6165af

RGB 97101175
HSL0.660.330.53
HSV237°45°69°
CMYK 0.450.420.00   0.31
XYZ17.321314.943942.5290
Yxy14.94390.23160.1998
Hunter Lab38.657312.3306-38.1679
CIE-Lab45.557318.1437-40.0638

#6165af color RGB value is (97,101,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100101 10101111
Octal 141 145 257
Decimal 97 101 175
Hex 61 65 AF

RGB Percentages of Color #6165af

%26.01
%27.08
%46.92

CMYK Percentages of Color #6165af

%45
%42
%0
%31

Triadic Colors of #6165af

#6165af #af6165 #65af61

Analogous Colors of #6165af

#6165af #8461af #618caf

Monochromatic Colors of #6165af

#6165af

Complementary Color

#6165af #afab61

#6165af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6165af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6165af Color CSS Codes

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

#6165af Text Font Color

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

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


#6165af Background Color

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

This div background color is #6165af


#6165af Border Color

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

This div border color is #6165af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,101,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 #6165af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6165af


Comments

No comments written yet.

Please login to write comment.