Color Hex Logo

#6176cc Color Hex

#6176CC
(97,118,204)
0 Favorites   0 Comments

Color spaces of #6176cc

RGB 97118204
HSL0.630.510.59
HSV228°52°80°
CMYK 0.520.420.00   0.20
XYZ22.307319.857959.7840
Yxy19.85790.21880.1948
Hunter Lab44.562211.3711-48.3491
CIE-Lab51.676216.7102-47.0884

#6176cc color RGB value is (97,118,204).

#6176cc hex color red value is 97, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6176cc hue: 0.63 , saturation: 0.51 and the lightness value of 6176cc is 0.59.

The process color (four color CMYK) of #6176cc color hex is 0.52, 0.42, 0.00, 0.20. Web safe color of #6176cc is #6666cc. Color #6176cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110110 11001100
Octal 141 166 314
Decimal 97 118 204
Hex 61 76 CC

RGB Percentages of Color #6176cc

%23.15
%28.16
%48.69

CMYK Percentages of Color #6176cc

%52
%42
%0
%20

Triadic Colors of #6176cc

#6176cc #cc6176 #76cc61

Analogous Colors of #6176cc

#6176cc #8261cc #61accc

Monochromatic Colors of #6176cc

#6176cc

Complementary Color

#6176cc #ccb761

#6176cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6176cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6176cc Color CSS Codes

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

#6176cc Text Font Color

<p style="color:#6176cc">Text here</p>

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


#6176cc Background Color

<div style="background-color:#6176cc">
Div content here</div>

This div background color is #6176cc


#6176cc Border Color

<div style="border:3px solid #6176cc">
Div here</div>

This div border color is #6176cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,118,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6176cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6176cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6176cc;
  box-shadow:         1px 1px 3px 2px #6176cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6176cc


Comments

No comments written yet.

Please login to write comment.