Color Hex Logo

#6479ed Color Hex

#6479ED
(100,121,237)
0 Favorites   0 Comments

Color spaces of #6479ed

RGB 100121237
HSL0.640.790.66
HSV231°58°93°
CMYK 0.580.490.00   0.07
XYZ27.379022.498583.0204
Yxy22.49850.20600.1693
Hunter Lab47.432620.0266-70.5714
CIE-Lab54.552026.1114-61.0726

#6479ed color RGB value is (100,121,237).

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

The process color (four color CMYK) of #6479ed color hex is 0.58, 0.49, 0.00, 0.07. Web safe color of #6479ed is #6666ff. Color #6479ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111001 11101101
Octal 144 171 355
Decimal 100 121 237
Hex 64 79 ED

RGB Percentages of Color #6479ed

%21.83
%26.42
%51.75

CMYK Percentages of Color #6479ed

%58
%49
%0
%7

Triadic Colors of #6479ed

#6479ed #ed6479 #79ed64

Analogous Colors of #6479ed

#6479ed #9464ed #64beed

Monochromatic Colors of #6479ed

#6479ed

Complementary Color

#6479ed #edd864

#6479ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6479ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6479ed Color CSS Codes

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

#6479ed Text Font Color

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

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


#6479ed Background Color

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

This div background color is #6479ed


#6479ed Border Color

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

This div border color is #6479ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6479ed


Comments

No comments written yet.

Please login to write comment.