Color Hex Logo

#6168ad Color Hex

#6168AD
(97,104,173)
0 Favorites   0 Comments

Color spaces of #6168ad

RGB 97104173
HSL0.650.320.53
HSV234°44°68°
CMYK 0.440.400.00   0.32
XYZ17.422915.459141.6008
Yxy15.45910.23390.2076
Hunter Lab39.318110.2916-35.2096
CIE-Lab46.256715.6820-37.7864

#6168ad color RGB value is (97,104,173).

#6168ad hex color red value is 97, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6168ad hue: 0.65 , saturation: 0.32 and the lightness value of 6168ad is 0.53.

The process color (four color CMYK) of #6168ad color hex is 0.44, 0.40, 0.00, 0.32. Web safe color of #6168ad is #666699. Color #6168ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01101000 10101101
Octal 141 150 255
Decimal 97 104 173
Hex 61 68 AD

RGB Percentages of Color #6168ad

%25.94
%27.81
%46.26

CMYK Percentages of Color #6168ad

%44
%40
%0
%32

Triadic Colors of #6168ad

#6168ad #ad6168 #68ad61

Analogous Colors of #6168ad

#6168ad #8061ad #618ead

Monochromatic Colors of #6168ad

#6168ad

Complementary Color

#6168ad #ada661

#6168ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6168ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6168ad Color CSS Codes

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

#6168ad Text Font Color

<p style="color:#6168ad">Text here</p>

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


#6168ad Background Color

<div style="background-color:#6168ad">
Div content here</div>

This div background color is #6168ad


#6168ad Border Color

<div style="border:3px solid #6168ad">
Div here</div>

This div border color is #6168ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,104,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6168ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6168ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6168ad;
  box-shadow:         1px 1px 3px 2px #6168ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,104,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6168ad


Comments

No comments written yet.

Please login to write comment.