Color Hex Logo

#6478da Color Hex

#6478DA
(100,120,218)
0 Favorites   0 Comments

Color spaces of #6478da

RGB 100120218
HSL0.640.610.62
HSV230°54°85°
CMYK 0.540.450.00   0.15
XYZ24.626921.204269.1245
Yxy21.20420.21420.1845
Hunter Lab46.048014.8794-56.7689
CIE-Lab53.172320.6012-52.6288

#6478da color RGB value is (100,120,218).

#6478da hex color red value is 100, green value is 120 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6478da hue: 0.64 , saturation: 0.61 and the lightness value of 6478da is 0.62.

The process color (four color CMYK) of #6478da color hex is 0.54, 0.45, 0.00, 0.15. Web safe color of #6478da is #6666cc. Color #6478da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111000 11011010
Octal 144 170 332
Decimal 100 120 218
Hex 64 78 DA

RGB Percentages of Color #6478da

%22.83
%27.40
%49.77

CMYK Percentages of Color #6478da

%54
%45
%0
%15

Triadic Colors of #6478da

#6478da #da6478 #78da64

Analogous Colors of #6478da

#6478da #8b64da #64b3da

Monochromatic Colors of #6478da

#6478da

Complementary Color

#6478da #dac664

#6478da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6478da Color Preview on White Background

Lorem ipsum dolor sit amet.

#6478da Color CSS Codes

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

#6478da Text Font Color

<p style="color:#6478da">Text here</p>

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


#6478da Background Color

<div style="background-color:#6478da">
Div content here</div>

This div background color is #6478da


#6478da Border Color

<div style="border:3px solid #6478da">
Div here</div>

This div border color is #6478da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,120,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6478da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6478da;
  -webkit-box-shadow: 1px 1px 3px 2px #6478da;
  box-shadow:         1px 1px 3px 2px #6478da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6478da


Comments

No comments written yet.

Please login to write comment.