Color Hex Logo

#6167cc Color Hex

#6167CC
(97,103,204)
0 Favorites   0 Comments

Color spaces of #6167cc

RGB 97103204
HSL0.660.510.59
HSV237°52°80°
CMYK 0.520.500.00   0.20
XYZ20.679116.601559.2412
Yxy16.60150.21420.1720
Hunter Lab40.744919.2897-57.6834
CIE-Lab47.754025.9223-53.3537

#6167cc color RGB value is (97,103,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100111 11001100
Octal 141 147 314
Decimal 97 103 204
Hex 61 67 CC

RGB Percentages of Color #6167cc

%24.01
%25.50
%50.50

CMYK Percentages of Color #6167cc

%52
%50
%0
%20

Triadic Colors of #6167cc

#6167cc #cc6167 #67cc61

Analogous Colors of #6167cc

#6167cc #9161cc #619dcc

Monochromatic Colors of #6167cc

#6167cc

Complementary Color

#6167cc #ccc661

#6167cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6167cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6167cc Color CSS Codes

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

#6167cc Text Font Color

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

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


#6167cc Background Color

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

This div background color is #6167cc


#6167cc Border Color

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

This div border color is #6167cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6167cc


Comments

No comments written yet.

Please login to write comment.