Color Hex Logo

#6479dc Color Hex

#6479DC
(100,121,220)
0 Favorites   0 Comments

Color spaces of #6479dc

RGB 100121220
HSL0.640.630.63
HSV230°55°86°
CMYK 0.550.450.00   0.14
XYZ25.011221.551470.5517
Yxy21.55140.21360.1840
Hunter Lab46.423514.9279-57.6090
CIE-Lab53.547820.6322-53.1563

#6479dc color RGB value is (100,121,220).

#6479dc hex color red value is 100, green value is 121 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6479dc hue: 0.64 , saturation: 0.63 and the lightness value of 6479dc is 0.63.

The process color (four color CMYK) of #6479dc color hex is 0.55, 0.45, 0.00, 0.14. Web safe color of #6479dc is #6666cc. Color #6479dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111001 11011100
Octal 144 171 334
Decimal 100 121 220
Hex 64 79 DC

RGB Percentages of Color #6479dc

%22.68
%27.44
%49.89

CMYK Percentages of Color #6479dc

%55
%45
%0
%14

Triadic Colors of #6479dc

#6479dc #dc6479 #79dc64

Analogous Colors of #6479dc

#6479dc #8b64dc #64b5dc

Monochromatic Colors of #6479dc

#6479dc

Complementary Color

#6479dc #dcc764

#6479dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6479dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6479dc Color CSS Codes

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

#6479dc Text Font Color

<p style="color:#6479dc">Text here</p>

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


#6479dc Background Color

<div style="background-color:#6479dc">
Div content here</div>

This div background color is #6479dc


#6479dc Border Color

<div style="border:3px solid #6479dc">
Div here</div>

This div border color is #6479dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,121,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6479dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6479dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6479dc;
  box-shadow:         1px 1px 3px 2px #6479dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6479dc


Comments

No comments written yet.

Please login to write comment.