Color Hex Logo

#6687cd Color Hex

#6687CD
(102,135,205)
0 Favorites   0 Comments

Color spaces of #6687cd

RGB 102135205
HSL0.610.510.60
HSV221°50°80°
CMYK 0.500.340.00   0.20
XYZ25.162924.560561.1720
Yxy24.56050.22690.2215
Hunter Lab49.55863.9043-38.4929
CIE-Lab56.64477.9300-39.7798

#6687cd color RGB value is (102,135,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000111 11001101
Octal 146 207 315
Decimal 102 135 205
Hex 66 87 CD

RGB Percentages of Color #6687cd

%23.08
%30.54
%46.38

CMYK Percentages of Color #6687cd

%50
%34
%0
%20

Triadic Colors of #6687cd

#6687cd #cd6687 #87cd66

Analogous Colors of #6687cd

#6687cd #7966cd #66bbcd

Monochromatic Colors of #6687cd

#6687cd

Complementary Color

#6687cd #cdac66

#6687cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6687cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6687cd Color CSS Codes

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

#6687cd Text Font Color

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

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


#6687cd Background Color

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

This div background color is #6687cd


#6687cd Border Color

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

This div border color is #6687cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6687cd


Comments

No comments written yet.

Please login to write comment.