Color Hex Logo

#6177fa Color Hex

#6177FA
(97,119,250)
0 Favorites   0 Comments

Color spaces of #6177fa

RGB 97119250
HSL0.640.940.68
HSV231°61°98°
CMYK 0.610.520.00   0.02
XYZ28.781922.637293.2949
Yxy22.63720.19890.1564
Hunter Lab47.578624.7183-82.9544
CIE-Lab54.696731.0341-68.0694

#6177fa color RGB value is (97,119,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110111 11111010
Octal 141 167 372
Decimal 97 119 250
Hex 61 77 FA

RGB Percentages of Color #6177fa

%20.82
%25.54
%53.65

CMYK Percentages of Color #6177fa

%61
%52
%0
%2

Triadic Colors of #6177fa

#6177fa #fa6177 #77fa61

Analogous Colors of #6177fa

#6177fa #9861fa #61c4fa

Monochromatic Colors of #6177fa

#6177fa

Complementary Color

#6177fa #fae461

#6177fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6177fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6177fa Color CSS Codes

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

#6177fa Text Font Color

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

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


#6177fa Background Color

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

This div background color is #6177fa


#6177fa Border Color

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

This div border color is #6177fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6177fa


Comments

No comments written yet.

Please login to write comment.