Color Hex Logo

#6355cc Color Hex

#6355CC
(99,85,204)
0 Favorites   0 Comments

Color spaces of #6355cc

RGB 9985204
HSL0.690.540.57
HSV247°58°80°
CMYK 0.510.580.00   0.20
XYZ19.293213.509358.7174
Yxy13.50930.21080.1476
Hunter Lab36.755029.3758-68.9894
CIE-Lab43.520837.2944-60.1696

#6355cc color RGB value is (99,85,204).

#6355cc hex color red value is 99, green value is 85 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6355cc hue: 0.69 , saturation: 0.54 and the lightness value of 6355cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 11001100
Octal 143 125 314
Decimal 99 85 204
Hex 63 55 CC

RGB Percentages of Color #6355cc

%25.52
%21.91
%52.58

CMYK Percentages of Color #6355cc

%51
%58
%0
%20

Triadic Colors of #6355cc

#6355cc #cc6355 #55cc63

Analogous Colors of #6355cc

#6355cc #9f55cc #5583cc

Monochromatic Colors of #6355cc

#6355cc

Complementary Color

#6355cc #becc55

#6355cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6355cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6355cc Color CSS Codes

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

#6355cc Text Font Color

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

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


#6355cc Background Color

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

This div background color is #6355cc


#6355cc Border Color

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

This div border color is #6355cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,85,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 #6355cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6355cc


Comments

No comments written yet.

Please login to write comment.