Color Hex Logo

#6f84de Color Hex

#6F84DE
(111,132,222)
0 Favorites   0 Comments

Color spaces of #6f84de

RGB 111132222
HSL0.640.630.65
HSV229°50°87°
CMYK 0.500.410.00   0.13
XYZ27.991625.156072.4875
Yxy25.15600.22280.2002
Hunter Lab50.155811.8471-50.5797
CIE-Lab57.227117.0253-48.3813

#6f84de color RGB value is (111,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10000100 11011110
Octal 157 204 336
Decimal 111 132 222
Hex 6F 84 DE

RGB Percentages of Color #6f84de

%23.87
%28.39
%47.74

CMYK Percentages of Color #6f84de

%50
%41
%0
%13

Triadic Colors of #6f84de

#6f84de #de6f84 #84de6f

Analogous Colors of #6f84de

#6f84de #926fde #6fbcde

Monochromatic Colors of #6f84de

#6f84de

Complementary Color

#6f84de #dec96f

#6f84de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f84de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f84de Color CSS Codes

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

#6f84de Text Font Color

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

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


#6f84de Background Color

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

This div background color is #6f84de


#6f84de Border Color

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

This div border color is #6f84de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f84de


Comments

No comments written yet.

Please login to write comment.