Color Hex Logo

#6174af Color Hex

#6174AF
(97,116,175)
0 Favorites   0 Comments

Color spaces of #6174af

RGB 97116175
HSL0.630.330.53
HSV225°45°69°
CMYK 0.450.340.00   0.31
XYZ18.913018.127343.0595
Yxy18.12730.23610.2263
Hunter Lab42.57624.7842-30.1598
CIE-Lab49.65018.9319-33.6124

#6174af color RGB value is (97,116,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110100 10101111
Octal 141 164 257
Decimal 97 116 175
Hex 61 74 AF

RGB Percentages of Color #6174af

%25.00
%29.90
%45.10

CMYK Percentages of Color #6174af

%45
%34
%0
%31

Triadic Colors of #6174af

#6174af #af6174 #74af61

Analogous Colors of #6174af

#6174af #7561af #619baf

Monochromatic Colors of #6174af

#6174af

Complementary Color

#6174af #af9c61

#6174af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6174af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6174af Color CSS Codes

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

#6174af Text Font Color

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

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


#6174af Background Color

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

This div background color is #6174af


#6174af Border Color

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

This div border color is #6174af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6174af


Comments

No comments written yet.

Please login to write comment.