Color Hex Logo

#6361cc Color Hex

#6361CC
(99,97,204)
0 Favorites   0 Comments

Color spaces of #6361cc

RGB 9997204
HSL0.670.510.59
HSV241°52°80°
CMYK 0.510.520.00   0.20
XYZ20.319415.561759.0595
Yxy15.56170.21400.1639
Hunter Lab39.448322.9088-61.1514
CIE-Lab46.394130.0297-55.5312

#6361cc color RGB value is (99,97,204).

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

The process color (four color CMYK) of #6361cc color hex is 0.51, 0.52, 0.00, 0.20. Web safe color of #6361cc is #6666cc. Color #6361cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100001 11001100
Octal 143 141 314
Decimal 99 97 204
Hex 63 61 CC

RGB Percentages of Color #6361cc

%24.75
%24.25
%51.00

CMYK Percentages of Color #6361cc

%51
%52
%0
%20

Triadic Colors of #6361cc

#6361cc #cc6361 #61cc63

Analogous Colors of #6361cc

#6361cc #9961cc #6195cc

Monochromatic Colors of #6361cc

#6361cc

Complementary Color

#6361cc #cacc61

#6361cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6361cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6361cc Color CSS Codes

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

#6361cc Text Font Color

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

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


#6361cc Background Color

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

This div background color is #6361cc


#6361cc Border Color

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

This div border color is #6361cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6361cc


Comments

No comments written yet.

Please login to write comment.