Color Hex Logo

#6555cd Color Hex

#6555CD
(101,85,205)
0 Favorites   0 Comments

Color spaces of #6555cd

RGB 10185205
HSL0.690.550.57
HSV248°59°80°
CMYK 0.510.590.00   0.20
XYZ19.634813.671559.3616
Yxy13.67150.21190.1475
Hunter Lab36.975030.0825-69.3048
CIE-Lab43.758137.9959-60.3537

#6555cd color RGB value is (101,85,205).

#6555cd hex color red value is 101, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6555cd hue: 0.69 , saturation: 0.55 and the lightness value of 6555cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010101 11001101
Octal 145 125 315
Decimal 101 85 205
Hex 65 55 CD

RGB Percentages of Color #6555cd

%25.83
%21.74
%52.43

CMYK Percentages of Color #6555cd

%51
%59
%0
%20

Triadic Colors of #6555cd

#6555cd #cd6555 #55cd65

Analogous Colors of #6555cd

#6555cd #a155cd #5581cd

Monochromatic Colors of #6555cd

#6555cd

Complementary Color

#6555cd #bdcd55

#6555cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6555cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6555cd Color CSS Codes

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

#6555cd Text Font Color

<p style="color:#6555cd">Text here</p>

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


#6555cd Background Color

<div style="background-color:#6555cd">
Div content here</div>

This div background color is #6555cd


#6555cd Border Color

<div style="border:3px solid #6555cd">
Div here</div>

This div border color is #6555cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,85,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6555cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6555cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6555cd;
  box-shadow:         1px 1px 3px 2px #6555cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,85,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6555cd


Comments

No comments written yet.

Please login to write comment.