Color Hex Logo

#6f74de Color Hex

#6F74DE
(111,116,222)
0 Favorites   0 Comments

Color spaces of #6f74de

RGB 111116222
HSL0.660.630.65
HSV237°50°87°
CMYK 0.500.480.00   0.13
XYZ25.985821.144271.8189
Yxy21.14420.21850.1778
Hunter Lab45.982820.4039-60.4149
CIE-Lab53.107026.6410-54.9464

#6f74de color RGB value is (111,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01110100 11011110
Octal 157 164 336
Decimal 111 116 222
Hex 6F 74 DE

RGB Percentages of Color #6f74de

%24.72
%25.84
%49.44

CMYK Percentages of Color #6f74de

%50
%48
%0
%13

Triadic Colors of #6f74de

#6f74de #de6f74 #74de6f

Analogous Colors of #6f74de

#6f74de #a26fde #6facde

Monochromatic Colors of #6f74de

#6f74de

Complementary Color

#6f74de #ded96f

#6f74de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f74de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f74de Color CSS Codes

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

#6f74de Text Font Color

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

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


#6f74de Background Color

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

This div background color is #6f74de


#6f74de Border Color

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

This div border color is #6f74de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f74de


Comments

No comments written yet.

Please login to write comment.