Color Hex Logo

#6488c7 Color Hex

#6488C7
(100,136,199)
0 Favorites   0 Comments

Color spaces of #6488c7

RGB 100136199
HSL0.610.470.59
HSV218°50°78°
CMYK 0.500.320.00   0.22
XYZ24.368524.441257.4661
Yxy24.44120.22930.2300
Hunter Lab49.43801.4678-34.3113
CIE-Lab56.52695.0230-36.5807

#6488c7 color RGB value is (100,136,199).

#6488c7 hex color red value is 100, green value is 136 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #6488c7 hue: 0.61 , saturation: 0.47 and the lightness value of 6488c7 is 0.59.

The process color (four color CMYK) of #6488c7 color hex is 0.50, 0.32, 0.00, 0.22. Web safe color of #6488c7 is #6699cc. Color #6488c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 11000111
Octal 144 210 307
Decimal 100 136 199
Hex 64 88 C7

RGB Percentages of Color #6488c7

%22.99
%31.26
%45.75

CMYK Percentages of Color #6488c7

%50
%32
%0
%22

Triadic Colors of #6488c7

#6488c7 #c76488 #88c764

Analogous Colors of #6488c7

#6488c7 #7264c7 #64bac7

Monochromatic Colors of #6488c7

#6488c7

Complementary Color

#6488c7 #c7a364

#6488c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6488c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6488c7 Color CSS Codes

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

#6488c7 Text Font Color

<p style="color:#6488c7">Text here</p>

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


#6488c7 Background Color

<div style="background-color:#6488c7">
Div content here</div>

This div background color is #6488c7


#6488c7 Border Color

<div style="border:3px solid #6488c7">
Div here</div>

This div border color is #6488c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,136,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6488c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6488c7;
  -webkit-box-shadow: 1px 1px 3px 2px #6488c7;
  box-shadow:         1px 1px 3px 2px #6488c7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,136,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6488c7


Comments

No comments written yet.

Please login to write comment.