Color Hex Logo

#6162cc Color Hex

#6162CC
(97,98,204)
0 Favorites   0 Comments

Color spaces of #6162cc

RGB 9798204
HSL0.670.510.59
HSV239°52°80°
CMYK 0.520.520.00   0.20
XYZ20.196515.636459.0804
Yxy15.63640.21280.1647
Hunter Lab39.542921.9687-60.9042
CIE-Lab46.493828.9961-55.3785

#6162cc color RGB value is (97,98,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100010 11001100
Octal 141 142 314
Decimal 97 98 204
Hex 61 62 CC

RGB Percentages of Color #6162cc

%24.31
%24.56
%51.13

CMYK Percentages of Color #6162cc

%52
%52
%0
%20

Triadic Colors of #6162cc

#6162cc #cc6162 #62cc61

Analogous Colors of #6162cc

#6162cc #9661cc #6198cc

Monochromatic Colors of #6162cc

#6162cc

Complementary Color

#6162cc #cccb61

#6162cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6162cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6162cc Color CSS Codes

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

#6162cc Text Font Color

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

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


#6162cc Background Color

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

This div background color is #6162cc


#6162cc Border Color

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

This div border color is #6162cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6162cc


Comments

No comments written yet.

Please login to write comment.