Color Hex Logo

#6607cd Color Hex

#6607CD
(102,7,205)
0 Favorites   0 Comments

Color spaces of #6607cd

RGB 1027205
HSL0.750.930.42
HSV269°97°80°
CMYK 0.500.970.00   0.20
XYZ16.57497.384558.3094
Yxy7.38450.20150.0898
Hunter Lab27.174461.3198-108.1991
CIE-Lab32.666769.5748-78.5057

#6607cd color RGB value is (102,7,205).

#6607cd hex color red value is 102, green value is 7 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6607cd hue: 0.75 , saturation: 0.93 and the lightness value of 6607cd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000111 11001101
Octal 146 7 315
Decimal 102 7 205
Hex 66 7 CD

RGB Percentages of Color #6607cd

%32.48
%2.23
%65.29

CMYK Percentages of Color #6607cd

%50
%97
%0
%20

Triadic Colors of #6607cd

#6607cd #cd6607 #07cd66

Analogous Colors of #6607cd

#6607cd #c907cd #070bcd

Monochromatic Colors of #6607cd

#6607cd

Complementary Color

#6607cd #6ecd07

#6607cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6607cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6607cd Color CSS Codes

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

#6607cd Text Font Color

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

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


#6607cd Background Color

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

This div background color is #6607cd


#6607cd Border Color

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

This div border color is #6607cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6607cd


Comments

No comments written yet.

Please login to write comment.