Color Hex Logo

#6489de Color Hex

#6489DE
(100,137,222)
0 Favorites   0 Comments

Color spaces of #6489de

RGB 100137222
HSL0.620.650.63
HSV222°55°87°
CMYK 0.550.380.00   0.13
XYZ27.386025.874672.6581
Yxy25.87460.21750.2055
Hunter Lab50.86717.0841-49.0824
CIE-Lab57.917811.6315-47.3272

#6489de color RGB value is (100,137,222).

#6489de hex color red value is 100, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6489de hue: 0.62 , saturation: 0.65 and the lightness value of 6489de is 0.63.

The process color (four color CMYK) of #6489de color hex is 0.55, 0.38, 0.00, 0.13. Web safe color of #6489de is #6699cc. Color #6489de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001001 11011110
Octal 144 211 336
Decimal 100 137 222
Hex 64 89 DE

RGB Percentages of Color #6489de

%21.79
%29.85
%48.37

CMYK Percentages of Color #6489de

%55
%38
%0
%13

Triadic Colors of #6489de

#6489de #de6489 #89de64

Analogous Colors of #6489de

#6489de #7c64de #64c6de

Monochromatic Colors of #6489de

#6489de

Complementary Color

#6489de #deb964

#6489de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6489de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6489de Color CSS Codes

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

#6489de Text Font Color

<p style="color:#6489de">Text here</p>

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


#6489de Background Color

<div style="background-color:#6489de">
Div content here</div>

This div background color is #6489de


#6489de Border Color

<div style="border:3px solid #6489de">
Div here</div>

This div border color is #6489de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,137,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6489de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6489de;
  -webkit-box-shadow: 1px 1px 3px 2px #6489de;
  box-shadow:         1px 1px 3px 2px #6489de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6489de


Comments

No comments written yet.

Please login to write comment.