Color Hex Logo

#6470bb Color Hex

#6470BB
(100,112,187)
0 Favorites   0 Comments

Color spaces of #6470bb

RGB 100112187
HSL0.640.390.56
HSV232°47°73°
CMYK 0.470.400.00   0.27
XYZ20.019317.885549.4108
Yxy17.88550.22930.2048
Hunter Lab42.291310.4864-39.6673
CIE-Lab49.356915.7798-41.0074

#6470bb color RGB value is (100,112,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110000 10111011
Octal 144 160 273
Decimal 100 112 187
Hex 64 70 BB

RGB Percentages of Color #6470bb

%25.06
%28.07
%46.87

CMYK Percentages of Color #6470bb

%47
%40
%0
%27

Triadic Colors of #6470bb

#6470bb #bb6470 #70bb64

Analogous Colors of #6470bb

#6470bb #8464bb #649cbb

Monochromatic Colors of #6470bb

#6470bb

Complementary Color

#6470bb #bbaf64

#6470bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6470bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6470bb Color CSS Codes

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

#6470bb Text Font Color

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

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


#6470bb Background Color

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

This div background color is #6470bb


#6470bb Border Color

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

This div border color is #6470bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6470bb


Comments

No comments written yet.

Please login to write comment.