Color Hex Logo

#6f86cd Color Hex

#6F86CD
(111,134,205)
0 Favorites   0 Comments

Color spaces of #6f86cd

RGB 111134205
HSL0.630.480.62
HSV225°46°80°
CMYK 0.460.350.00   0.20
XYZ26.100124.837561.1761
Yxy24.83750.23280.2215
Hunter Lab49.83726.2665-37.8935
CIE-Lab56.916710.6946-39.3144

#6f86cd color RGB value is (111,134,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000110 11001101
Octal 157 206 315
Decimal 111 134 205
Hex 6F 86 CD

RGB Percentages of Color #6f86cd

%24.67
%29.78
%45.56

CMYK Percentages of Color #6f86cd

%46
%35
%0
%20

Triadic Colors of #6f86cd

#6f86cd #cd6f86 #86cd6f

Analogous Colors of #6f86cd

#6f86cd #876fcd #6fb5cd

Monochromatic Colors of #6f86cd

#6f86cd

Complementary Color

#6f86cd #cdb66f

#6f86cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f86cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f86cd Color CSS Codes

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

#6f86cd Text Font Color

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

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


#6f86cd Background Color

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

This div background color is #6f86cd


#6f86cd Border Color

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

This div border color is #6f86cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f86cd


Comments

No comments written yet.

Please login to write comment.