Color Hex Logo

#6479cd Color Hex

#6479CD
(100,121,205)
0 Favorites   0 Comments

Color spaces of #6479cd

RGB 100121205
HSL0.630.510.60
HSV228°51°80°
CMYK 0.510.410.00   0.20
XYZ23.112320.791860.5527
Yxy20.79180.22130.1990
Hunter Lab45.598010.6799-46.8166
CIE-Lab52.720915.8734-45.9862

#6479cd color RGB value is (100,121,205).

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

The process color (four color CMYK) of #6479cd color hex is 0.51, 0.41, 0.00, 0.20. Web safe color of #6479cd is #6666cc. Color #6479cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01111001 11001101
Octal 144 171 315
Decimal 100 121 205
Hex 64 79 CD

RGB Percentages of Color #6479cd

%23.47
%28.40
%48.12

CMYK Percentages of Color #6479cd

%51
%41
%0
%20

Triadic Colors of #6479cd

#6479cd #cd6479 #79cd64

Analogous Colors of #6479cd

#6479cd #8464cd #64aecd

Monochromatic Colors of #6479cd

#6479cd

Complementary Color

#6479cd #cdb864

#6479cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6479cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6479cd Color CSS Codes

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

#6479cd Text Font Color

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

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


#6479cd Background Color

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

This div background color is #6479cd


#6479cd Border Color

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

This div border color is #6479cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6479cd


Comments

No comments written yet.

Please login to write comment.