Color Hex Logo

#6490ba Color Hex

#6490BA
(100,144,186)
0 Favorites   0 Comments

Color spaces of #6490ba

RGB 100144186
HSL0.580.380.56
HSV209°46°73°
CMYK 0.460.230.00   0.27
XYZ24.091726.201050.2419
Yxy26.20100.23960.2606
Hunter Lab51.1869-5.5641-22.3645
CIE-Lab58.2273-3.5140-26.5705

#6490ba color RGB value is (100,144,186).

#6490ba hex color red value is 100, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6490ba hue: 0.58 , saturation: 0.38 and the lightness value of 6490ba is 0.56.

The process color (four color CMYK) of #6490ba color hex is 0.46, 0.23, 0.00, 0.27. Web safe color of #6490ba is #6699cc. Color #6490ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010000 10111010
Octal 144 220 272
Decimal 100 144 186
Hex 64 90 BA

RGB Percentages of Color #6490ba

%23.26
%33.49
%43.26

CMYK Percentages of Color #6490ba

%46
%23
%0
%27

Triadic Colors of #6490ba

#6490ba #ba6490 #90ba64

Analogous Colors of #6490ba

#6490ba #6465ba #64bab9

Monochromatic Colors of #6490ba

#6490ba

Complementary Color

#6490ba #ba8e64

#6490ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6490ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6490ba Color CSS Codes

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

#6490ba Text Font Color

<p style="color:#6490ba">Text here</p>

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


#6490ba Background Color

<div style="background-color:#6490ba">
Div content here</div>

This div background color is #6490ba


#6490ba Border Color

<div style="border:3px solid #6490ba">
Div here</div>

This div border color is #6490ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,144,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6490ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6490ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6490ba;
  box-shadow:         1px 1px 3px 2px #6490ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6490ba


Comments

No comments written yet.

Please login to write comment.