Color Hex Logo

#6470be Color Hex

#6470BE
(100,112,190)
0 Favorites   0 Comments

Color spaces of #6470be

RGB 100112190
HSL0.640.410.57
HSV232°47°75°
CMYK 0.470.410.00   0.25
XYZ20.344018.015451.1203
Yxy18.01540.22740.2013
Hunter Lab42.444611.2785-41.6978
CIE-Lab49.514816.6992-42.4876

#6470be color RGB value is (100,112,190).

#6470be hex color red value is 100, green value is 112 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6470be hue: 0.64 , saturation: 0.41 and the lightness value of 6470be is 0.57.

The process color (four color CMYK) of #6470be color hex is 0.47, 0.41, 0.00, 0.25. Web safe color of #6470be is #6666cc. Color #6470be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110000 10111110
Octal 144 160 276
Decimal 100 112 190
Hex 64 70 BE

RGB Percentages of Color #6470be

%24.88
%27.86
%47.26

CMYK Percentages of Color #6470be

%47
%41
%0
%25

Triadic Colors of #6470be

#6470be #be6470 #70be64

Analogous Colors of #6470be

#6470be #8564be #649dbe

Monochromatic Colors of #6470be

#6470be

Complementary Color

#6470be #beb264

#6470be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6470be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6470be Color CSS Codes

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

#6470be Text Font Color

<p style="color:#6470be">Text here</p>

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


#6470be Background Color

<div style="background-color:#6470be">
Div content here</div>

This div background color is #6470be


#6470be Border Color

<div style="border:3px solid #6470be">
Div here</div>

This div border color is #6470be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,112,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6470be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6470be;
  -webkit-box-shadow: 1px 1px 3px 2px #6470be;
  box-shadow:         1px 1px 3px 2px #6470be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6470be


Comments

No comments written yet.

Please login to write comment.