Color Hex Logo

#6301da Color Hex

#6301DA
(99,1,218)
0 Favorites   0 Comments

Color spaces of #6301da

RGB 991218
HSL0.740.990.43
HSV267°100°85°
CMYK 0.551.000.00   0.15
XYZ17.81137.736366.8842
Yxy7.73630.19270.0837
Hunter Lab27.814265.6307-123.1034
CIE-Lab33.427673.0752-84.7940

#6301da color RGB value is (99,1,218).

#6301da hex color red value is 99, green value is 1 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6301da hue: 0.74 , saturation: 0.99 and the lightness value of 6301da is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000001 11011010
Octal 143 1 332
Decimal 99 1 218
Hex 63 1 DA

RGB Percentages of Color #6301da

%31.13
%0.31
%68.55

CMYK Percentages of Color #6301da

%55
%100
%0
%15

Triadic Colors of #6301da

#6301da #da6301 #01da63

Analogous Colors of #6301da

#6301da #d001da #010cda

Monochromatic Colors of #6301da

#6301da

Complementary Color

#6301da #78da01

#6301da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6301da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6301da Color CSS Codes

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

#6301da Text Font Color

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

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


#6301da Background Color

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

This div background color is #6301da


#6301da Border Color

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

This div border color is #6301da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6301da


Comments

No comments written yet.

Please login to write comment.