Color Hex Logo

#6684cd Color Hex

#6684CD
(102,132,205)
0 Favorites   0 Comments

Color spaces of #6684cd

RGB 102132205
HSL0.620.510.60
HSV223°50°80°
CMYK 0.500.360.00   0.20
XYZ24.750223.735161.0345
Yxy23.73510.22600.2167
Hunter Lab48.71875.4244-40.1751
CIE-Lab55.82169.7128-41.0752

#6684cd color RGB value is (102,132,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000100 11001101
Octal 146 204 315
Decimal 102 132 205
Hex 66 84 CD

RGB Percentages of Color #6684cd

%23.23
%30.07
%46.70

CMYK Percentages of Color #6684cd

%50
%36
%0
%20

Triadic Colors of #6684cd

#6684cd #cd6684 #84cd66

Analogous Colors of #6684cd

#6684cd #7c66cd #66b8cd

Monochromatic Colors of #6684cd

#6684cd

Complementary Color

#6684cd #cdaf66

#6684cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6684cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6684cd Color CSS Codes

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

#6684cd Text Font Color

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

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


#6684cd Background Color

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

This div background color is #6684cd


#6684cd Border Color

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

This div border color is #6684cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6684cd


Comments

No comments written yet.

Please login to write comment.