Color Hex Logo

#6186be Color Hex

#6186BE
(97,134,190)
0 Favorites   0 Comments

Color spaces of #6186be

RGB 97134190
HSL0.600.420.56
HSV216°49°75°
CMYK 0.490.290.00   0.25
XYZ22.749123.309352.0153
Yxy23.30930.23200.2377
Hunter Lab48.2797-0.3814-30.0817
CIE-Lab55.38952.7273-33.2607

#6186be color RGB value is (97,134,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10000110 10111110
Octal 141 206 276
Decimal 97 134 190
Hex 61 86 BE

RGB Percentages of Color #6186be

%23.04
%31.83
%45.13

CMYK Percentages of Color #6186be

%49
%29
%0
%25

Triadic Colors of #6186be

#6186be #be6186 #86be61

Analogous Colors of #6186be

#6186be #6b61be #61b5be

Monochromatic Colors of #6186be

#6186be

Complementary Color

#6186be #be9961

#6186be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6186be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6186be Color CSS Codes

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

#6186be Text Font Color

<p style="color:#6186be">Text here</p>

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


#6186be Background Color

<div style="background-color:#6186be">
Div content here</div>

This div background color is #6186be


#6186be Border Color

<div style="border:3px solid #6186be">
Div here</div>

This div border color is #6186be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,134,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6186be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6186be;
  -webkit-box-shadow: 1px 1px 3px 2px #6186be;
  box-shadow:         1px 1px 3px 2px #6186be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6186be


Comments

No comments written yet.

Please login to write comment.