Color Hex Logo

#6480be Color Hex

#6480BE
(100,128,190)
0 Favorites   0 Comments

Color spaces of #6480be

RGB 100128190
HSL0.610.410.57
HSV221°47°75°
CMYK 0.470.330.00   0.25
XYZ22.269021.865451.7619
Yxy21.86540.23220.2280
Hunter Lab46.76053.1773-32.8993
CIE-Lab53.88397.0176-35.6023

#6480be color RGB value is (100,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000000 10111110
Octal 144 200 276
Decimal 100 128 190
Hex 64 80 BE

RGB Percentages of Color #6480be

%23.92
%30.62
%45.45

CMYK Percentages of Color #6480be

%47
%33
%0
%25

Triadic Colors of #6480be

#6480be #be6480 #80be64

Analogous Colors of #6480be

#6480be #7564be #64adbe

Monochromatic Colors of #6480be

#6480be

Complementary Color

#6480be #bea264

#6480be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6480be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6480be Color CSS Codes

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

#6480be Text Font Color

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

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


#6480be Background Color

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

This div background color is #6480be


#6480be Border Color

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

This div border color is #6480be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6480be


Comments

No comments written yet.

Please login to write comment.