Color Hex Logo

#6690cd Color Hex

#6690CD
(102,144,205)
0 Favorites   0 Comments

Color spaces of #6690cd

RGB 102144205
HSL0.600.510.60
HSV216°50°80°
CMYK 0.500.300.00   0.20
XYZ26.472227.179161.6085
Yxy27.17910.22970.2358
Hunter Lab52.1336-0.5957-33.5720
CIE-Lab59.13972.6499-35.8696

#6690cd color RGB value is (102,144,205).

#6690cd hex color red value is 102, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6690cd hue: 0.60 , saturation: 0.51 and the lightness value of 6690cd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010000 11001101
Octal 146 220 315
Decimal 102 144 205
Hex 66 90 CD

RGB Percentages of Color #6690cd

%22.62
%31.93
%45.45

CMYK Percentages of Color #6690cd

%50
%30
%0
%20

Triadic Colors of #6690cd

#6690cd #cd6690 #90cd66

Analogous Colors of #6690cd

#6690cd #7066cd #66c4cd

Monochromatic Colors of #6690cd

#6690cd

Complementary Color

#6690cd #cda366

#6690cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6690cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6690cd Color CSS Codes

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

#6690cd Text Font Color

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

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


#6690cd Background Color

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

This div background color is #6690cd


#6690cd Border Color

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

This div border color is #6690cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6690cd


Comments

No comments written yet.

Please login to write comment.