Color Hex Logo

#6f77de Color Hex

#6F77DE
(111,119,222)
0 Favorites   0 Comments

Color spaces of #6f77de

RGB 111119222
HSL0.650.630.65
HSV236°50°87°
CMYK 0.500.460.00   0.13
XYZ26.337221.847171.9360
Yxy21.84710.21930.1819
Hunter Lab46.740918.7833-58.5310
CIE-Lab53.864424.8324-53.7350

#6f77de color RGB value is (111,119,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110111 11011110
Octal 157 167 336
Decimal 111 119 222
Hex 6F 77 DE

RGB Percentages of Color #6f77de

%24.56
%26.33
%49.12

CMYK Percentages of Color #6f77de

%50
%46
%0
%13

Triadic Colors of #6f77de

#6f77de #de6f77 #77de6f

Analogous Colors of #6f77de

#6f77de #9f6fde #6fafde

Monochromatic Colors of #6f77de

#6f77de

Complementary Color

#6f77de #ded66f

#6f77de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f77de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f77de Color CSS Codes

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

#6f77de Text Font Color

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

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


#6f77de Background Color

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

This div background color is #6f77de


#6f77de Border Color

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

This div border color is #6f77de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f77de


Comments

No comments written yet.

Please login to write comment.