Color Hex Logo

#6062cd Color Hex

#6062CD
(96,98,205)
0 Favorites   0 Comments

Color spaces of #6062cd

RGB 9698205
HSL0.660.520.59
HSV239°53°80°
CMYK 0.530.520.00   0.20
XYZ20.211015.629959.7093
Yxy15.62990.21150.1636
Hunter Lab39.534722.0675-61.8716
CIE-Lab46.485129.1048-55.9703

#6062cd color RGB value is (96,98,205).

#6062cd hex color red value is 96, green value is 98 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6062cd hue: 0.66 , saturation: 0.52 and the lightness value of 6062cd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100010 11001101
Octal 140 142 315
Decimal 96 98 205
Hex 60 62 CD

RGB Percentages of Color #6062cd

%24.06
%24.56
%51.38

CMYK Percentages of Color #6062cd

%53
%52
%0
%20

Triadic Colors of #6062cd

#6062cd #cd6062 #62cd60

Analogous Colors of #6062cd

#6062cd #9560cd #6099cd

Monochromatic Colors of #6062cd

#6062cd

Complementary Color

#6062cd #cdcb60

#6062cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6062cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6062cd Color CSS Codes

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

#6062cd Text Font Color

<p style="color:#6062cd">Text here</p>

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


#6062cd Background Color

<div style="background-color:#6062cd">
Div content here</div>

This div background color is #6062cd


#6062cd Border Color

<div style="border:3px solid #6062cd">
Div here</div>

This div border color is #6062cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,98,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6062cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6062cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6062cd;
  box-shadow:         1px 1px 3px 2px #6062cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,98,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6062cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6062cd


Comments

No comments written yet.

Please login to write comment.