Color Hex Logo

#6762cd Color Hex

#6762CD
(103,98,205)
0 Favorites   0 Comments

Color spaces of #6762cd

RGB 10398205
HSL0.670.520.59
HSV243°52°80°
CMYK 0.500.520.00   0.20
XYZ20.980616.026759.7453
Yxy16.02670.21680.1656
Hunter Lab40.033423.4895-60.4603
CIE-Lab47.009530.5856-55.0991

#6762cd color RGB value is (103,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01100010 11001101
Octal 147 142 315
Decimal 103 98 205
Hex 67 62 CD

RGB Percentages of Color #6762cd

%25.37
%24.14
%50.49

CMYK Percentages of Color #6762cd

%50
%52
%0
%20

Triadic Colors of #6762cd

#6762cd #cd6762 #62cd67

Analogous Colors of #6762cd

#6762cd #9d62cd #6293cd

Monochromatic Colors of #6762cd

#6762cd

Complementary Color

#6762cd #c8cd62

#6762cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6762cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6762cd Color CSS Codes

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

#6762cd Text Font Color

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

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


#6762cd Background Color

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

This div background color is #6762cd


#6762cd Border Color

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

This div border color is #6762cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,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 #6762cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6762cd


Comments

No comments written yet.

Please login to write comment.