Color Hex Logo

#6379ee Color Hex

#6379EE
(99,121,238)
0 Favorites   0 Comments

Color spaces of #6379ee

RGB 99121238
HSL0.640.800.66
HSV231°58°93°
CMYK 0.580.490.00   0.07
XYZ27.415622.500483.7870
Yxy22.50040.20500.1683
Hunter Lab47.434620.1565-71.5238
CIE-Lab54.554026.2499-61.6298

#6379ee color RGB value is (99,121,238).

#6379ee hex color red value is 99, green value is 121 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6379ee hue: 0.64 , saturation: 0.80 and the lightness value of 6379ee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111001 11101110
Octal 143 171 356
Decimal 99 121 238
Hex 63 79 EE

RGB Percentages of Color #6379ee

%21.62
%26.42
%51.97

CMYK Percentages of Color #6379ee

%58
%49
%0
%7

Triadic Colors of #6379ee

#6379ee #ee6379 #79ee63

Analogous Colors of #6379ee

#6379ee #9363ee #63bfee

Monochromatic Colors of #6379ee

#6379ee

Complementary Color

#6379ee #eed863

#6379ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6379ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6379ee Color CSS Codes

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

#6379ee Text Font Color

<p style="color:#6379ee">Text here</p>

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


#6379ee Background Color

<div style="background-color:#6379ee">
Div content here</div>

This div background color is #6379ee


#6379ee Border Color

<div style="border:3px solid #6379ee">
Div here</div>

This div border color is #6379ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,121,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6379ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6379ee;
  -webkit-box-shadow: 1px 1px 3px 2px #6379ee;
  box-shadow:         1px 1px 3px 2px #6379ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6379ee


Comments

No comments written yet.

Please login to write comment.