Color Hex Logo

#6036ff Color Hex

#6036FF
(96,54,255)
0 Favorites   0 Comments

Color spaces of #6036ff

RGB 9654255
HSL0.701.000.61
HSV253°79°100°
CMYK 0.620.790.00   0.00
XYZ24.193012.345195.7155
Yxy12.34510.18290.0933
Hunter Lab35.135661.4208-136.9214
CIE-Lab41.759467.9113-92.0039

#6036ff color RGB value is (96,54,255).

#6036ff hex color red value is 96, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6036ff hue: 0.70 , saturation: 1.00 and the lightness value of 6036ff is 0.61.

The process color (four color CMYK) of #6036ff color hex is 0.62, 0.79, 0.00, 0.00. Web safe color of #6036ff is #6633ff. Color #6036ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110110 11111111
Octal 140 66 377
Decimal 96 54 255
Hex 60 36 FF

RGB Percentages of Color #6036ff

%23.70
%13.33
%62.96

CMYK Percentages of Color #6036ff

%62
%79
%0
%0

Triadic Colors of #6036ff

#6036ff #ff6036 #36ff60

Analogous Colors of #6036ff

#6036ff #c536ff #3671ff

Monochromatic Colors of #6036ff

#6036ff

Complementary Color

#6036ff #d5ff36

#6036ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6036ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6036ff Color CSS Codes

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

#6036ff Text Font Color

<p style="color:#6036ff">Text here</p>

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


#6036ff Background Color

<div style="background-color:#6036ff">
Div content here</div>

This div background color is #6036ff


#6036ff Border Color

<div style="border:3px solid #6036ff">
Div here</div>

This div border color is #6036ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,54,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6036ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6036ff;
  -webkit-box-shadow: 1px 1px 3px 2px #6036ff;
  box-shadow:         1px 1px 3px 2px #6036ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6036ff


Comments

No comments written yet.

Please login to write comment.