Color Hex Logo

#6484bc Color Hex

#6484BC
(100,132,188)
0 Favorites   0 Comments

Color spaces of #6484bc

RGB 100132188
HSL0.610.400.56
HSV218°47°74°
CMYK 0.470.300.00   0.26
XYZ22.583922.842750.7957
Yxy22.84270.23470.2374
Hunter Lab47.79400.7062-29.5578
CIE-Lab54.90994.0411-32.8559

#6484bc color RGB value is (100,132,188).

#6484bc hex color red value is 100, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6484bc hue: 0.61 , saturation: 0.40 and the lightness value of 6484bc is 0.56.

The process color (four color CMYK) of #6484bc color hex is 0.47, 0.30, 0.00, 0.26. Web safe color of #6484bc is #6699cc. Color #6484bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 10111100
Octal 144 204 274
Decimal 100 132 188
Hex 64 84 BC

RGB Percentages of Color #6484bc

%23.81
%31.43
%44.76

CMYK Percentages of Color #6484bc

%47
%30
%0
%26

Triadic Colors of #6484bc

#6484bc #bc6484 #84bc64

Analogous Colors of #6484bc

#6484bc #7064bc #64b0bc

Monochromatic Colors of #6484bc

#6484bc

Complementary Color

#6484bc #bc9c64

#6484bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6484bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6484bc Color CSS Codes

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

#6484bc Text Font Color

<p style="color:#6484bc">Text here</p>

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


#6484bc Background Color

<div style="background-color:#6484bc">
Div content here</div>

This div background color is #6484bc


#6484bc Border Color

<div style="border:3px solid #6484bc">
Div here</div>

This div border color is #6484bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,132,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6484bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6484bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6484bc;
  box-shadow:         1px 1px 3px 2px #6484bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6484bc


Comments

No comments written yet.

Please login to write comment.