Color Hex Logo

#6035bb Color Hex

#6035BB
(96,53,187)
0 Favorites   0 Comments

Color spaces of #6035bb

RGB 9653187
HSL0.720.560.47
HSV259°72°73°
CMYK 0.490.720.00   0.27
XYZ15.06668.620947.8836
Yxy8.62090.21050.1205
Hunter Lab29.361440.2137-76.1394
CIE-Lab35.243949.7218-63.7402

#6035bb color RGB value is (96,53,187).

#6035bb hex color red value is 96, green value is 53 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6035bb hue: 0.72 , saturation: 0.56 and the lightness value of 6035bb is 0.47.

The process color (four color CMYK) of #6035bb color hex is 0.49, 0.72, 0.00, 0.27. Web safe color of #6035bb is #6633cc. Color #6035bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110101 10111011
Octal 140 65 273
Decimal 96 53 187
Hex 60 35 BB

RGB Percentages of Color #6035bb

%28.57
%15.77
%55.65

CMYK Percentages of Color #6035bb

%49
%72
%0
%27

Triadic Colors of #6035bb

#6035bb #bb6035 #35bb60

Analogous Colors of #6035bb

#6035bb #a335bb #354dbb

Monochromatic Colors of #6035bb

#6035bb

Complementary Color

#6035bb #90bb35

#6035bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6035bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6035bb Color CSS Codes

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

#6035bb Text Font Color

<p style="color:#6035bb">Text here</p>

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


#6035bb Background Color

<div style="background-color:#6035bb">
Div content here</div>

This div background color is #6035bb


#6035bb Border Color

<div style="border:3px solid #6035bb">
Div here</div>

This div border color is #6035bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,53,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6035bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6035bb;
  -webkit-box-shadow: 1px 1px 3px 2px #6035bb;
  box-shadow:         1px 1px 3px 2px #6035bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6035bb


Comments

No comments written yet.

Please login to write comment.