Color Hex Logo

#6361af Color Hex

#6361AF
(99,97,175)
0 Favorites   0 Comments

Color spaces of #6361af

RGB 9997175
HSL0.670.330.53
HSV242°45°69°
CMYK 0.430.450.00   0.31
XYZ17.158114.297242.4127
Yxy14.29720.23230.1936
Hunter Lab37.811614.8291-40.0365
CIE-Lab44.656221.1346-41.4840

#6361af color RGB value is (99,97,175).

#6361af hex color red value is 99, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6361af hue: 0.67 , saturation: 0.33 and the lightness value of 6361af is 0.53.

The process color (four color CMYK) of #6361af color hex is 0.43, 0.45, 0.00, 0.31. Web safe color of #6361af is #666699. Color #6361af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100001 10101111
Octal 143 141 257
Decimal 99 97 175
Hex 63 61 AF

RGB Percentages of Color #6361af

%26.68
%26.15
%47.17

CMYK Percentages of Color #6361af

%43
%45
%0
%31

Triadic Colors of #6361af

#6361af #af6361 #61af63

Analogous Colors of #6361af

#6361af #8a61af #6186af

Monochromatic Colors of #6361af

#6361af

Complementary Color

#6361af #adaf61

#6361af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6361af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6361af Color CSS Codes

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

#6361af Text Font Color

<p style="color:#6361af">Text here</p>

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


#6361af Background Color

<div style="background-color:#6361af">
Div content here</div>

This div background color is #6361af


#6361af Border Color

<div style="border:3px solid #6361af">
Div here</div>

This div border color is #6361af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,97,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6361af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6361af;
  -webkit-box-shadow: 1px 1px 3px 2px #6361af;
  box-shadow:         1px 1px 3px 2px #6361af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6361af


Comments

No comments written yet.

Please login to write comment.