Color Hex Logo

#6150cc Color Hex

#6150CC
(97,80,204)
0 Favorites   0 Comments

Color spaces of #6150cc

RGB 9780204
HSL0.690.550.56
HSV248°61°80°
CMYK 0.520.610.00   0.20
XYZ18.697512.638358.5807
Yxy12.63830.20790.1406
Hunter Lab35.550431.6678-72.8141
CIE-Lab42.213139.8751-62.2978

#6150cc color RGB value is (97,80,204).

#6150cc hex color red value is 97, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6150cc hue: 0.69 , saturation: 0.55 and the lightness value of 6150cc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 11001100
Octal 141 120 314
Decimal 97 80 204
Hex 61 50 CC

RGB Percentages of Color #6150cc

%25.46
%21.00
%53.54

CMYK Percentages of Color #6150cc

%52
%61
%0
%20

Triadic Colors of #6150cc

#6150cc #cc6150 #50cc61

Analogous Colors of #6150cc

#6150cc #9f50cc #507dcc

Monochromatic Colors of #6150cc

#6150cc

Complementary Color

#6150cc #bbcc50

#6150cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6150cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6150cc Color CSS Codes

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

#6150cc Text Font Color

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

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


#6150cc Background Color

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

This div background color is #6150cc


#6150cc Border Color

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

This div border color is #6150cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6150cc


Comments

No comments written yet.

Please login to write comment.