Color Hex Logo

#6fa5bd Color Hex

#6FA5BD
(111,165,189)
0 Favorites   0 Comments

Color spaces of #6fa5bd

RGB 111165189
HSL0.550.370.59
HSV198°41°74°
CMYK 0.410.130.00   0.26
XYZ29.196033.963953.1610
Yxy33.96390.25100.2920
Hunter Lab58.2786-12.5637-13.2886
CIE-Lab64.9339-11.4894-17.9444

#6fa5bd color RGB value is (111,165,189).

#6fa5bd hex color red value is 111, green value is 165 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6fa5bd hue: 0.55 , saturation: 0.37 and the lightness value of 6fa5bd is 0.59.

The process color (four color CMYK) of #6fa5bd color hex is 0.41, 0.13, 0.00, 0.26. Web safe color of #6fa5bd is #6699cc. Color #6fa5bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100101 10111101
Octal 157 245 275
Decimal 111 165 189
Hex 6F A5 BD

RGB Percentages of Color #6fa5bd

%23.87
%35.48
%40.65

CMYK Percentages of Color #6fa5bd

%41
%13
%0
%26

Triadic Colors of #6fa5bd

#6fa5bd #bd6fa5 #a5bd6f

Analogous Colors of #6fa5bd

#6fa5bd #6f7ebd #6fbdae

Monochromatic Colors of #6fa5bd

#6fa5bd

Complementary Color

#6fa5bd #bd876f

#6fa5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa5bd Color CSS Codes

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

#6fa5bd Text Font Color

<p style="color:#6fa5bd">Text here</p>

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


#6fa5bd Background Color

<div style="background-color:#6fa5bd">
Div content here</div>

This div background color is #6fa5bd


#6fa5bd Border Color

<div style="border:3px solid #6fa5bd">
Div here</div>

This div border color is #6fa5bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,165,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fa5bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fa5bd;
  -webkit-box-shadow: 1px 1px 3px 2px #6fa5bd;
  box-shadow:         1px 1px 3px 2px #6fa5bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,165,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa5bd


Comments

No comments written yet.

Please login to write comment.