Color Hex Logo

#6488ce Color Hex

#6488CE
(100,136,206)
0 Favorites   0 Comments

Color spaces of #6488ce

RGB 100136206
HSL0.610.520.60
HSV220°51°81°
CMYK 0.510.340.00   0.19
XYZ25.200324.773961.8462
Yxy24.77390.22540.2216
Hunter Lab49.77343.2712-38.8298
CIE-Lab56.85457.1847-40.0222

#6488ce color RGB value is (100,136,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 11001110
Octal 144 210 316
Decimal 100 136 206
Hex 64 88 CE

RGB Percentages of Color #6488ce

%22.62
%30.77
%46.61

CMYK Percentages of Color #6488ce

%51
%34
%0
%19

Triadic Colors of #6488ce

#6488ce #ce6488 #88ce64

Analogous Colors of #6488ce

#6488ce #7564ce #64bdce

Monochromatic Colors of #6488ce

#6488ce

Complementary Color

#6488ce #ceaa64

#6488ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6488ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6488ce Color CSS Codes

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

#6488ce Text Font Color

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

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


#6488ce Background Color

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

This div background color is #6488ce


#6488ce Border Color

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

This div border color is #6488ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6488ce


Comments

No comments written yet.

Please login to write comment.