Color Hex Logo

#6260da Color Hex

#6260DA
(98,96,218)
0 Favorites   0 Comments

Color spaces of #6260da

RGB 9896218
HSL0.670.620.62
HSV241°56°85°
CMYK 0.550.560.00   0.15
XYZ21.874816.024468.2698
Yxy16.02440.20600.1509
Hunter Lab40.030527.4886-73.0945
CIE-Lab47.006534.8319-62.5481

#6260da color RGB value is (98,96,218).

#6260da hex color red value is 98, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6260da hue: 0.67 , saturation: 0.62 and the lightness value of 6260da is 0.62.

The process color (four color CMYK) of #6260da color hex is 0.55, 0.56, 0.00, 0.15. Web safe color of #6260da is #6666cc. Color #6260da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01100000 11011010
Octal 142 140 332
Decimal 98 96 218
Hex 62 60 DA

RGB Percentages of Color #6260da

%23.79
%23.30
%52.91

CMYK Percentages of Color #6260da

%55
%56
%0
%15

Triadic Colors of #6260da

#6260da #da6260 #60da62

Analogous Colors of #6260da

#6260da #9f60da #609bda

Monochromatic Colors of #6260da

#6260da

Complementary Color

#6260da #d8da60

#6260da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6260da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6260da Color CSS Codes

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

#6260da Text Font Color

<p style="color:#6260da">Text here</p>

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


#6260da Background Color

<div style="background-color:#6260da">
Div content here</div>

This div background color is #6260da


#6260da Border Color

<div style="border:3px solid #6260da">
Div here</div>

This div border color is #6260da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,96,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6260da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6260da;
  -webkit-box-shadow: 1px 1px 3px 2px #6260da;
  box-shadow:         1px 1px 3px 2px #6260da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,96,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6260da


Comments

No comments written yet.

Please login to write comment.