Color Hex Logo

#656ccc Color Hex

#656CCC
(101,108,204)
0 Favorites   0 Comments

Color spaces of #656ccc

RGB 101108204
HSL0.660.500.60
HSV236°50°80°
CMYK 0.500.470.00   0.20
XYZ21.628517.851559.4325
Yxy17.85150.21870.1805
Hunter Lab42.251017.4357-53.8247
CIE-Lab49.315523.7249-50.8370

#656ccc color RGB value is (101,108,204).

#656ccc hex color red value is 101, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #656ccc hue: 0.66 , saturation: 0.50 and the lightness value of 656ccc is 0.60.

The process color (four color CMYK) of #656ccc color hex is 0.50, 0.47, 0.00, 0.20. Web safe color of #656ccc is #6666cc. Color #656ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101100 11001100
Octal 145 154 314
Decimal 101 108 204
Hex 65 6C CC

RGB Percentages of Color #656ccc

%24.46
%26.15
%49.39

CMYK Percentages of Color #656ccc

%50
%47
%0
%20

Triadic Colors of #656ccc

#656ccc #cc656c #6ccc65

Analogous Colors of #656ccc

#656ccc #9265cc #65a0cc

Monochromatic Colors of #656ccc

#656ccc

Complementary Color

#656ccc #ccc565

#656ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ccc Color CSS Codes

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

#656ccc Text Font Color

<p style="color:#656ccc">Text here</p>

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


#656ccc Background Color

<div style="background-color:#656ccc">
Div content here</div>

This div background color is #656ccc


#656ccc Border Color

<div style="border:3px solid #656ccc">
Div here</div>

This div border color is #656ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,108,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #656ccc;
  box-shadow:         1px 1px 3px 2px #656ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,108,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 #656ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ccc


Comments

No comments written yet.

Please login to write comment.