Color Hex Logo

#647fcc Color Hex

#647FCC
(100,127,204)
0 Favorites   0 Comments

Color spaces of #647fcc

RGB 100127204
HSL0.620.500.60
HSV224°51°80°
CMYK 0.510.380.00   0.20
XYZ23.744022.247760.1695
Yxy22.24770.22370.2096
Hunter Lab47.16757.3134-42.6165
CIE-Lab54.288811.9327-42.9351

#647fcc color RGB value is (100,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111111 11001100
Octal 144 177 314
Decimal 100 127 204
Hex 64 7F CC

RGB Percentages of Color #647fcc

%23.20
%29.47
%47.33

CMYK Percentages of Color #647fcc

%51
%38
%0
%20

Triadic Colors of #647fcc

#647fcc #cc647f #7fcc64

Analogous Colors of #647fcc

#647fcc #7d64cc #64b3cc

Monochromatic Colors of #647fcc

#647fcc

Complementary Color

#647fcc #ccb164

#647fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#647fcc Color CSS Codes

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

#647fcc Text Font Color

<p style="color:#647fcc">Text here</p>

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


#647fcc Background Color

<div style="background-color:#647fcc">
Div content here</div>

This div background color is #647fcc


#647fcc Border Color

<div style="border:3px solid #647fcc">
Div here</div>

This div border color is #647fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647fcc


Comments

No comments written yet.

Please login to write comment.