Color Hex Logo

#6379fa Color Hex

#6379FA
(99,121,250)
0 Favorites   0 Comments

Color spaces of #6379fa

RGB 99121250
HSL0.640.940.68
HSV231°60°98°
CMYK 0.600.520.00   0.02
XYZ29.238323.229593.3852
Yxy23.22950.20050.1593
Hunter Lab48.197023.9408-81.1408
CIE-Lab55.307930.1647-67.0767

#6379fa color RGB value is (99,121,250).

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

The process color (four color CMYK) of #6379fa color hex is 0.60, 0.52, 0.00, 0.02. Web safe color of #6379fa is #6666ff. Color #6379fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111001 11111010
Octal 143 171 372
Decimal 99 121 250
Hex 63 79 FA

RGB Percentages of Color #6379fa

%21.06
%25.74
%53.19

CMYK Percentages of Color #6379fa

%60
%52
%0
%2

Triadic Colors of #6379fa

#6379fa #fa6379 #79fa63

Analogous Colors of #6379fa

#6379fa #9963fa #63c5fa

Monochromatic Colors of #6379fa

#6379fa

Complementary Color

#6379fa #fae463

#6379fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6379fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6379fa Color CSS Codes

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

#6379fa Text Font Color

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

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


#6379fa Background Color

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

This div background color is #6379fa


#6379fa Border Color

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

This div border color is #6379fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6379fa

Related Colors


Comments

No comments written yet.

Please login to write comment.