Color Hex Logo

#6482bd Color Hex

#6482BD
(100,130,189)
0 Favorites   0 Comments

Color spaces of #6482bd

RGB 100130189
HSL0.610.400.57
HSV220°47°74°
CMYK 0.470.310.00   0.26
XYZ22.423522.348751.2760
Yxy22.34870.23350.2327
Hunter Lab47.27441.9370-31.2166
CIE-Lab54.39505.5256-34.2311

#6482bd color RGB value is (100,130,189).

#6482bd hex color red value is 100, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6482bd hue: 0.61 , saturation: 0.40 and the lightness value of 6482bd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000010 10111101
Octal 144 202 275
Decimal 100 130 189
Hex 64 82 BD

RGB Percentages of Color #6482bd

%23.87
%31.03
%45.11

CMYK Percentages of Color #6482bd

%47
%31
%0
%26

Triadic Colors of #6482bd

#6482bd #bd6482 #82bd64

Analogous Colors of #6482bd

#6482bd #7364bd #64afbd

Monochromatic Colors of #6482bd

#6482bd

Complementary Color

#6482bd #bd9f64

#6482bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6482bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6482bd Color CSS Codes

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

#6482bd Text Font Color

<p style="color:#6482bd">Text here</p>

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


#6482bd Background Color

<div style="background-color:#6482bd">
Div content here</div>

This div background color is #6482bd


#6482bd Border Color

<div style="border:3px solid #6482bd">
Div here</div>

This div border color is #6482bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,130,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6482bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6482bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6482bd;
  box-shadow:         1px 1px 3px 2px #6482bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6482bd


Comments

No comments written yet.

Please login to write comment.