Color Hex Logo

#6488cd Color Hex

#6488CD
(100,136,205)
0 Favorites   0 Comments

Color spaces of #6488cd

RGB 100136205
HSL0.610.510.60
HSV219°51°80°
CMYK 0.510.340.00   0.20
XYZ25.079124.725461.2083
Yxy24.72540.22590.2227
Hunter Lab49.72463.0101-38.1755
CIE-Lab56.80696.8740-39.5328

#6488cd color RGB value is (100,136,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 11001101
Octal 144 210 315
Decimal 100 136 205
Hex 64 88 CD

RGB Percentages of Color #6488cd

%22.68
%30.84
%46.49

CMYK Percentages of Color #6488cd

%51
%34
%0
%20

Triadic Colors of #6488cd

#6488cd #cd6488 #88cd64

Analogous Colors of #6488cd

#6488cd #7564cd #64bdcd

Monochromatic Colors of #6488cd

#6488cd

Complementary Color

#6488cd #cda964

#6488cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6488cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6488cd Color CSS Codes

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

#6488cd Text Font Color

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

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


#6488cd Background Color

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

This div background color is #6488cd


#6488cd Border Color

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

This div border color is #6488cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6488cd


Comments

No comments written yet.

Please login to write comment.