Color Hex Logo

#6079ed Color Hex

#6079ED
(96,121,237)
0 Favorites   0 Comments

Color spaces of #6079ed

RGB 96121237
HSL0.640.800.65
HSV229°59°93°
CMYK 0.590.490.00   0.07
XYZ26.947322.276083.0002
Yxy22.27600.20380.1685
Hunter Lab47.197519.3187-71.2276
CIE-Lab54.318625.3724-61.4601

#6079ed color RGB value is (96,121,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111001 11101101
Octal 140 171 355
Decimal 96 121 237
Hex 60 79 ED

RGB Percentages of Color #6079ed

%21.15
%26.65
%52.20

CMYK Percentages of Color #6079ed

%59
%49
%0
%7

Triadic Colors of #6079ed

#6079ed #ed6079 #79ed60

Analogous Colors of #6079ed

#6079ed #8e60ed #60c0ed

Monochromatic Colors of #6079ed

#6079ed

Complementary Color

#6079ed #edd460

#6079ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6079ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6079ed Color CSS Codes

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

#6079ed Text Font Color

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

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


#6079ed Background Color

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

This div background color is #6079ed


#6079ed Border Color

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

This div border color is #6079ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #6079ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6079ed


Comments

No comments written yet.

Please login to write comment.