Color Hex Logo

#6130cc Color Hex

#6130CC
(97,48,204)
0 Favorites   0 Comments

Color spaces of #6130cc

RGB 9748204
HSL0.720.620.49
HSV259°76°80°
CMYK 0.520.760.00   0.20
XYZ16.88589.014957.9768
Yxy9.01490.20130.1075
Hunter Lab30.024847.8440-93.4694
CIE-Lab36.013056.8869-72.4268

#6130cc color RGB value is (97,48,204).

#6130cc hex color red value is 97, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6130cc hue: 0.72 , saturation: 0.62 and the lightness value of 6130cc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 11001100
Octal 141 60 314
Decimal 97 48 204
Hex 61 30 CC

RGB Percentages of Color #6130cc

%27.79
%13.75
%58.45

CMYK Percentages of Color #6130cc

%52
%76
%0
%20

Triadic Colors of #6130cc

#6130cc #cc6130 #30cc61

Analogous Colors of #6130cc

#6130cc #af30cc #304dcc

Monochromatic Colors of #6130cc

#6130cc

Complementary Color

#6130cc #9bcc30

#6130cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6130cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6130cc Color CSS Codes

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

#6130cc Text Font Color

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

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


#6130cc Background Color

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

This div background color is #6130cc


#6130cc Border Color

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

This div border color is #6130cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6130cc


Comments

No comments written yet.

Please login to write comment.