Color Hex Logo

#6255df Color Hex

#6255DF
(98,85,223)
0 Favorites   0 Comments

Color spaces of #6255df

RGB 9885223
HSL0.680.680.60
HSV246°62°87°
CMYK 0.560.620.00   0.13
XYZ21.604814.421471.4569
Yxy14.42140.20100.1342
Hunter Lab37.975535.0940-84.9806
CIE-Lab44.831342.9418-68.9217

#6255df color RGB value is (98,85,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010101 11011111
Octal 142 125 337
Decimal 98 85 223
Hex 62 55 DF

RGB Percentages of Color #6255df

%24.14
%20.94
%54.93

CMYK Percentages of Color #6255df

%56
%62
%0
%13

Triadic Colors of #6255df

#6255df #df6255 #55df62

Analogous Colors of #6255df

#6255df #a755df #558ddf

Monochromatic Colors of #6255df

#6255df

Complementary Color

#6255df #d2df55

#6255df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6255df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6255df Color CSS Codes

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

#6255df Text Font Color

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

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


#6255df Background Color

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

This div background color is #6255df


#6255df Border Color

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

This div border color is #6255df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6255df


Comments

No comments written yet.

Please login to write comment.