Color Hex Logo

#6103ec Color Hex

#6103EC
(97,3,236)
0 Favorites   0 Comments

Color spaces of #6103ec

RGB 973236
HSL0.730.970.47
HSV264°99°93°
CMYK 0.590.990.00   0.07
XYZ20.10268.662679.9694
Yxy8.66260.18490.0797
Hunter Lab29.432370.4111-140.4921
CIE-Lab35.326476.6684-91.9539

#6103ec color RGB value is (97,3,236).

#6103ec hex color red value is 97, green value is 3 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6103ec hue: 0.73 , saturation: 0.97 and the lightness value of 6103ec is 0.47.

The process color (four color CMYK) of #6103ec color hex is 0.59, 0.99, 0.00, 0.07. Web safe color of #6103ec is #6600ff. Color #6103ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000011 11101100
Octal 141 3 354
Decimal 97 3 236
Hex 61 3 EC

RGB Percentages of Color #6103ec

%28.87
%0.89
%70.24

CMYK Percentages of Color #6103ec

%59
%99
%0
%7

Triadic Colors of #6103ec

#6103ec #ec6103 #03ec61

Analogous Colors of #6103ec

#6103ec #d603ec #031aec

Monochromatic Colors of #6103ec

#6103ec

Complementary Color

#6103ec #8eec03

#6103ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6103ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6103ec Color CSS Codes

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

#6103ec Text Font Color

<p style="color:#6103ec">Text here</p>

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


#6103ec Background Color

<div style="background-color:#6103ec">
Div content here</div>

This div background color is #6103ec


#6103ec Border Color

<div style="border:3px solid #6103ec">
Div here</div>

This div border color is #6103ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6103ec


Comments

No comments written yet.

Please login to write comment.