Color Hex Logo

#6f6cde Color Hex

#6F6CDE
(111,108,222)
0 Favorites   0 Comments

Color spaces of #6f6cde

RGB 111108222
HSL0.670.630.65
HSV242°51°87°
CMYK 0.500.510.00   0.13
XYZ25.102919.378671.5246
Yxy19.37860.21640.1670
Hunter Lab44.021124.7520-65.5183
CIE-Lab51.127231.4566-58.1216

#6f6cde color RGB value is (111,108,222).

#6f6cde hex color red value is 111, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6f6cde hue: 0.67 , saturation: 0.63 and the lightness value of 6f6cde is 0.65.

The process color (four color CMYK) of #6f6cde color hex is 0.50, 0.51, 0.00, 0.13. Web safe color of #6f6cde is #6666cc. Color #6f6cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01101100 11011110
Octal 157 154 336
Decimal 111 108 222
Hex 6F 6C DE

RGB Percentages of Color #6f6cde

%25.17
%24.49
%50.34

CMYK Percentages of Color #6f6cde

%50
%51
%0
%13

Triadic Colors of #6f6cde

#6f6cde #de6f6c #6cde6f

Analogous Colors of #6f6cde

#6f6cde #a86cde #6ca2de

Monochromatic Colors of #6f6cde

#6f6cde

Complementary Color

#6f6cde #dbde6c

#6f6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f6cde Color CSS Codes

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

#6f6cde Text Font Color

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

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


#6f6cde Background Color

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

This div background color is #6f6cde


#6f6cde Border Color

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

This div border color is #6f6cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,108,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6f6cde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f6cde


Comments

No comments written yet.

Please login to write comment.