Color Hex Logo

#648ccc Color Hex

#648CCC
(100,140,204)
0 Favorites   0 Comments

Color spaces of #648ccc

RGB 100140204
HSL0.600.500.60
HSV217°51°80°
CMYK 0.510.310.00   0.20
XYZ25.532725.825160.7658
Yxy25.82510.22770.2303
Hunter Lab50.81840.7516-35.3228
CIE-Lab57.87074.2106-37.2999

#648ccc color RGB value is (100,140,204).

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

The process color (four color CMYK) of #648ccc color hex is 0.51, 0.31, 0.00, 0.20. Web safe color of #648ccc is #6699cc. Color #648ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001100 11001100
Octal 144 214 314
Decimal 100 140 204
Hex 64 8C CC

RGB Percentages of Color #648ccc

%22.52
%31.53
%45.95

CMYK Percentages of Color #648ccc

%51
%31
%0
%20

Triadic Colors of #648ccc

#648ccc #cc648c #8ccc64

Analogous Colors of #648ccc

#648ccc #7064cc #64c0cc

Monochromatic Colors of #648ccc

#648ccc

Complementary Color

#648ccc #cca464

#648ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648ccc Color CSS Codes

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

#648ccc Text Font Color

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

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


#648ccc Background Color

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

This div background color is #648ccc


#648ccc Border Color

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

This div border color is #648ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648ccc


Comments

No comments written yet.

Please login to write comment.