Color Hex Logo

#6184bf Color Hex

#6184BF
(97,132,191)
0 Favorites   0 Comments

Color spaces of #6184bf

RGB 97132191
HSL0.600.420.56
HSV218°49°75°
CMYK 0.490.310.00   0.25
XYZ22.585022.805552.5018
Yxy22.80550.23070.2330
Hunter Lab47.75510.8472-31.7547
CIE-Lab54.87144.2121-34.6399

#6184bf color RGB value is (97,132,191).

#6184bf hex color red value is 97, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6184bf hue: 0.60 , saturation: 0.42 and the lightness value of 6184bf is 0.56.

The process color (four color CMYK) of #6184bf color hex is 0.49, 0.31, 0.00, 0.25. Web safe color of #6184bf is #6699cc. Color #6184bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000100 10111111
Octal 141 204 277
Decimal 97 132 191
Hex 61 84 BF

RGB Percentages of Color #6184bf

%23.10
%31.43
%45.48

CMYK Percentages of Color #6184bf

%49
%31
%0
%25

Triadic Colors of #6184bf

#6184bf #bf6184 #84bf61

Analogous Colors of #6184bf

#6184bf #6d61bf #61b3bf

Monochromatic Colors of #6184bf

#6184bf

Complementary Color

#6184bf #bf9c61

#6184bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6184bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6184bf Color CSS Codes

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

#6184bf Text Font Color

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

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


#6184bf Background Color

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

This div background color is #6184bf


#6184bf Border Color

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

This div border color is #6184bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,132,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6184bf


Comments

No comments written yet.

Please login to write comment.