Color Hex Logo

#6184fa Color Hex

#6184FA
(97,132,250)
0 Favorites   0 Comments

Color spaces of #6184fa

RGB 97132250
HSL0.630.940.68
HSV226°61°98°
CMYK 0.610.470.00   0.02
XYZ30.436325.946093.8464
Yxy25.94600.20260.1727
Hunter Lab50.937217.5182-73.5795
CIE-Lab57.985823.1707-62.7721

#6184fa color RGB value is (97,132,250).

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

The process color (four color CMYK) of #6184fa color hex is 0.61, 0.47, 0.00, 0.02. Web safe color of #6184fa is #6699ff. Color #6184fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000100 11111010
Octal 141 204 372
Decimal 97 132 250
Hex 61 84 FA

RGB Percentages of Color #6184fa

%20.25
%27.56
%52.19

CMYK Percentages of Color #6184fa

%61
%47
%0
%2

Triadic Colors of #6184fa

#6184fa #fa6184 #84fa61

Analogous Colors of #6184fa

#6184fa #8b61fa #61d1fa

Monochromatic Colors of #6184fa

#6184fa

Complementary Color

#6184fa #fad761

#6184fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6184fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6184fa Color CSS Codes

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

#6184fa Text Font Color

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

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


#6184fa Background Color

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

This div background color is #6184fa


#6184fa Border Color

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

This div border color is #6184fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6184fa

Related Colors


Comments

No comments written yet.

Please login to write comment.