Color Hex Logo

#6279ed Color Hex

#6279ED
(98,121,237)
0 Favorites   0 Comments

Color spaces of #6279ed

RGB 98121237
HSL0.640.790.66
HSV230°59°93°
CMYK 0.590.490.00   0.07
XYZ27.160422.385883.0102
Yxy22.38580.20490.1689
Hunter Lab47.313619.6691-70.9028
CIE-Lab54.434025.7388-61.2685

#6279ed color RGB value is (98,121,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111001 11101101
Octal 142 171 355
Decimal 98 121 237
Hex 62 79 ED

RGB Percentages of Color #6279ed

%21.49
%26.54
%51.97

CMYK Percentages of Color #6279ed

%59
%49
%0
%7

Triadic Colors of #6279ed

#6279ed #ed6279 #79ed62

Analogous Colors of #6279ed

#6279ed #9162ed #62bfed

Monochromatic Colors of #6279ed

#6279ed

Complementary Color

#6279ed #edd662

#6279ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6279ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6279ed Color CSS Codes

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

#6279ed Text Font Color

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

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


#6279ed Background Color

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

This div background color is #6279ed


#6279ed Border Color

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

This div border color is #6279ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6279ed


Comments

No comments written yet.

Please login to write comment.