Color Hex Logo

#6f87cd Color Hex

#6F87CD
(111,135,205)
0 Favorites   0 Comments

Color spaces of #6f87cd

RGB 111135205
HSL0.620.480.62
HSV225°46°80°
CMYK 0.460.340.00   0.20
XYZ26.239025.115261.2224
Yxy25.11520.23310.2231
Hunter Lab50.11515.7568-37.3503
CIE-Lab57.187510.1031-38.8892

#6f87cd color RGB value is (111,135,205).

#6f87cd hex color red value is 111, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6f87cd hue: 0.62 , saturation: 0.48 and the lightness value of 6f87cd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000111 11001101
Octal 157 207 315
Decimal 111 135 205
Hex 6F 87 CD

RGB Percentages of Color #6f87cd

%24.61
%29.93
%45.45

CMYK Percentages of Color #6f87cd

%46
%34
%0
%20

Triadic Colors of #6f87cd

#6f87cd #cd6f87 #87cd6f

Analogous Colors of #6f87cd

#6f87cd #866fcd #6fb6cd

Monochromatic Colors of #6f87cd

#6f87cd

Complementary Color

#6f87cd #cdb56f

#6f87cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f87cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f87cd Color CSS Codes

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

#6f87cd Text Font Color

<p style="color:#6f87cd">Text here</p>

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


#6f87cd Background Color

<div style="background-color:#6f87cd">
Div content here</div>

This div background color is #6f87cd


#6f87cd Border Color

<div style="border:3px solid #6f87cd">
Div here</div>

This div border color is #6f87cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f87cd


Comments

No comments written yet.

Please login to write comment.