Color Hex Logo

#6046cc Color Hex

#6046CC
(96,70,204)
0 Favorites   0 Comments

Color spaces of #6046cc

RGB 9670204
HSL0.700.570.54
HSV252°66°80°
CMYK 0.530.660.00   0.20
XYZ17.913111.226758.3496
Yxy11.22670.20470.1283
Hunter Lab33.506336.7936-79.7964
CIE-Lab39.959745.4634-65.9688

#6046cc color RGB value is (96,70,204).

#6046cc hex color red value is 96, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6046cc hue: 0.70 , saturation: 0.57 and the lightness value of 6046cc is 0.54.

The process color (four color CMYK) of #6046cc color hex is 0.53, 0.66, 0.00, 0.20. Web safe color of #6046cc is #6633cc. Color #6046cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000110 11001100
Octal 140 106 314
Decimal 96 70 204
Hex 60 46 CC

RGB Percentages of Color #6046cc

%25.95
%18.92
%55.14

CMYK Percentages of Color #6046cc

%53
%66
%0
%20

Triadic Colors of #6046cc

#6046cc #cc6046 #46cc60

Analogous Colors of #6046cc

#6046cc #a346cc #466fcc

Monochromatic Colors of #6046cc

#6046cc

Complementary Color

#6046cc #b2cc46

#6046cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6046cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6046cc Color CSS Codes

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

#6046cc Text Font Color

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

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


#6046cc Background Color

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

This div background color is #6046cc


#6046cc Border Color

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

This div border color is #6046cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6046cc


Comments

No comments written yet.

Please login to write comment.