Color Hex Logo

#6181cd Color Hex

#6181CD
(97,129,205)
0 Favorites   0 Comments

Color spaces of #6181cd

RGB 97129205
HSL0.620.520.59
HSV222°53°80°
CMYK 0.530.370.00   0.20
XYZ23.799522.649760.8751
Yxy22.64970.22180.2110
Hunter Lab47.59175.9782-42.5243
CIE-Lab54.709710.3639-42.8486

#6181cd color RGB value is (97,129,205).

#6181cd hex color red value is 97, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6181cd hue: 0.62 , saturation: 0.52 and the lightness value of 6181cd is 0.59.

The process color (four color CMYK) of #6181cd color hex is 0.53, 0.37, 0.00, 0.20. Web safe color of #6181cd is #6699cc. Color #6181cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000001 11001101
Octal 141 201 315
Decimal 97 129 205
Hex 61 81 CD

RGB Percentages of Color #6181cd

%22.51
%29.93
%47.56

CMYK Percentages of Color #6181cd

%53
%37
%0
%20

Triadic Colors of #6181cd

#6181cd #cd6181 #81cd61

Analogous Colors of #6181cd

#6181cd #7761cd #61b7cd

Monochromatic Colors of #6181cd

#6181cd

Complementary Color

#6181cd #cdad61

#6181cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6181cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6181cd Color CSS Codes

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

#6181cd Text Font Color

<p style="color:#6181cd">Text here</p>

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


#6181cd Background Color

<div style="background-color:#6181cd">
Div content here</div>

This div background color is #6181cd


#6181cd Border Color

<div style="border:3px solid #6181cd">
Div here</div>

This div border color is #6181cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,129,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6181cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6181cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6181cd;
  box-shadow:         1px 1px 3px 2px #6181cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6181cd


Comments

No comments written yet.

Please login to write comment.