Color Hex Logo

#6101df Color Hex

#6101DF
(97,1,223)
0 Favorites   0 Comments

Color spaces of #6101df

RGB 971223
HSL0.740.990.44
HSV266°100°87°
CMYK 0.571.000.00   0.13
XYZ18.25997.890870.3727
Yxy7.89080.18920.0818
Hunter Lab28.090666.8731-128.8704
CIE-Lab33.754474.0485-87.1363

#6101df color RGB value is (97,1,223).

#6101df hex color red value is 97, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6101df hue: 0.74 , saturation: 0.99 and the lightness value of 6101df is 0.44.

The process color (four color CMYK) of #6101df color hex is 0.57, 1.00, 0.00, 0.13. Web safe color of #6101df is #6600cc. Color #6101df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000001 11011111
Octal 141 1 337
Decimal 97 1 223
Hex 61 1 DF

RGB Percentages of Color #6101df

%30.22
%0.31
%69.47

CMYK Percentages of Color #6101df

%57
%100
%0
%13

Triadic Colors of #6101df

#6101df #df6101 #01df61

Analogous Colors of #6101df

#6101df #d001df #0110df

Monochromatic Colors of #6101df

#6101df

Complementary Color

#6101df #7fdf01

#6101df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6101df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6101df Color CSS Codes

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

#6101df Text Font Color

<p style="color:#6101df">Text here</p>

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


#6101df Background Color

<div style="background-color:#6101df">
Div content here</div>

This div background color is #6101df


#6101df Border Color

<div style="border:3px solid #6101df">
Div here</div>

This div border color is #6101df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,1,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6101df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6101df;
  -webkit-box-shadow: 1px 1px 3px 2px #6101df;
  box-shadow:         1px 1px 3px 2px #6101df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,1,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6101df


Comments

No comments written yet.

Please login to write comment.