Color Hex Logo

#6374fa Color Hex

#6374FA
(99,116,250)
0 Favorites   0 Comments

Color spaces of #6374fa

RGB 99116250
HSL0.650.940.68
HSV233°60°98°
CMYK 0.600.540.00   0.02
XYZ28.646322.045693.1879
Yxy22.04560.19910.1532
Hunter Lab46.952726.7372-84.8069
CIE-Lab54.075433.1840-69.0680

#6374fa color RGB value is (99,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110100 11111010
Octal 143 164 372
Decimal 99 116 250
Hex 63 74 FA

RGB Percentages of Color #6374fa

%21.29
%24.95
%53.76

CMYK Percentages of Color #6374fa

%60
%54
%0
%2

Triadic Colors of #6374fa

#6374fa #fa6374 #74fa63

Analogous Colors of #6374fa

#6374fa #9e63fa #63c0fa

Monochromatic Colors of #6374fa

#6374fa

Complementary Color

#6374fa #fae963

#6374fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6374fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6374fa Color CSS Codes

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

#6374fa Text Font Color

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

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


#6374fa Background Color

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

This div background color is #6374fa


#6374fa Border Color

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

This div border color is #6374fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,116,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 #6374fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6374fa

Related Colors


Comments

No comments written yet.

Please login to write comment.