Color Hex Logo

#6103bf Color Hex

#6103BF
(97,3,191)
0 Favorites   0 Comments

Color spaces of #6103bf

RGB 973191
HSL0.750.970.38
HSV270°98°75°
CMYK 0.490.980.00   0.25
XYZ14.36636.368149.7622
Yxy6.36810.20380.0903
Hunter Lab25.235157.4584-99.2520
CIE-Lab30.322866.6743-74.1884

#6103bf color RGB value is (97,3,191).

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

The process color (four color CMYK) of #6103bf color hex is 0.49, 0.98, 0.00, 0.25. Web safe color of #6103bf is #6600cc. Color #6103bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000011 10111111
Octal 141 3 277
Decimal 97 3 191
Hex 61 3 BF

RGB Percentages of Color #6103bf

%33.33
%1.03
%65.64

CMYK Percentages of Color #6103bf

%49
%98
%0
%25

Triadic Colors of #6103bf

#6103bf #bf6103 #03bf61

Analogous Colors of #6103bf

#6103bf #bf03bf #0303bf

Monochromatic Colors of #6103bf

#6103bf

Complementary Color

#6103bf #61bf03

#6103bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6103bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6103bf Color CSS Codes

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

#6103bf Text Font Color

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

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


#6103bf Background Color

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

This div background color is #6103bf


#6103bf Border Color

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

This div border color is #6103bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6103bf


Comments

No comments written yet.

Please login to write comment.