Color Hex Logo

#6355df Color Hex

#6355DF
(99,85,223)
0 Favorites   0 Comments

Color spaces of #6355df

RGB 9985223
HSL0.680.680.60
HSV246°62°87°
CMYK 0.560.620.00   0.13
XYZ21.713414.477471.4620
Yxy14.47740.20170.1345
Hunter Lab38.049235.2779-84.7210
CIE-Lab44.909943.1133-68.7903

#6355df color RGB value is (99,85,223).

#6355df hex color red value is 99, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6355df hue: 0.68 , saturation: 0.68 and the lightness value of 6355df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 11011111
Octal 143 125 337
Decimal 99 85 223
Hex 63 55 DF

RGB Percentages of Color #6355df

%24.32
%20.88
%54.79

CMYK Percentages of Color #6355df

%56
%62
%0
%13

Triadic Colors of #6355df

#6355df #df6355 #55df63

Analogous Colors of #6355df

#6355df #a855df #558cdf

Monochromatic Colors of #6355df

#6355df

Complementary Color

#6355df #d1df55

#6355df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6355df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6355df Color CSS Codes

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

#6355df Text Font Color

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

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


#6355df Background Color

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

This div background color is #6355df


#6355df Border Color

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

This div border color is #6355df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,85,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 #6355df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6355df


Comments

No comments written yet.

Please login to write comment.