Color Hex Logo

#6473bb Color Hex

#6473BB
(100,115,187)
0 Favorites   0 Comments

Color spaces of #6473bb

RGB 100115187
HSL0.640.390.56
HSV230°47°73°
CMYK 0.470.390.00   0.27
XYZ20.355918.558649.5230
Yxy18.55860.23020.2098
Hunter Lab43.07978.9549-38.0021
CIE-Lab50.166713.9474-39.7274

#6473bb color RGB value is (100,115,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110011 10111011
Octal 144 163 273
Decimal 100 115 187
Hex 64 73 BB

RGB Percentages of Color #6473bb

%24.88
%28.61
%46.52

CMYK Percentages of Color #6473bb

%47
%39
%0
%27

Triadic Colors of #6473bb

#6473bb #bb6473 #73bb64

Analogous Colors of #6473bb

#6473bb #8164bb #649fbb

Monochromatic Colors of #6473bb

#6473bb

Complementary Color

#6473bb #bbac64

#6473bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6473bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6473bb Color CSS Codes

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

#6473bb Text Font Color

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

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


#6473bb Background Color

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

This div background color is #6473bb


#6473bb Border Color

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

This div border color is #6473bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,115,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 #6473bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6473bb


Comments

No comments written yet.

Please login to write comment.