Color Hex Logo

#6f55dd Color Hex

#6F55DD
(111,85,221)
0 Favorites   0 Comments

Color spaces of #6f55dd

RGB 11185221
HSL0.700.670.60
HSV251°62°87°
CMYK 0.500.620.00   0.13
XYZ22.855215.097070.1160
Yxy15.09700.21150.1397
Hunter Lab38.854937.0012-79.7941
CIE-Lab45.766844.6865-66.2149

#6f55dd color RGB value is (111,85,221).

#6f55dd hex color red value is 111, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6f55dd hue: 0.70 , saturation: 0.67 and the lightness value of 6f55dd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010101 11011101
Octal 157 125 335
Decimal 111 85 221
Hex 6F 55 DD

RGB Percentages of Color #6f55dd

%26.62
%20.38
%53.00

CMYK Percentages of Color #6f55dd

%50
%62
%0
%13

Triadic Colors of #6f55dd

#6f55dd #dd6f55 #55dd6f

Analogous Colors of #6f55dd

#6f55dd #b355dd #557fdd

Monochromatic Colors of #6f55dd

#6f55dd

Complementary Color

#6f55dd #c3dd55

#6f55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f55dd Color CSS Codes

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

#6f55dd Text Font Color

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

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


#6f55dd Background Color

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

This div background color is #6f55dd


#6f55dd Border Color

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

This div border color is #6f55dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f55dd


Comments

No comments written yet.

Please login to write comment.