Color Hex Logo

#6facc9 Color Hex

#6FACC9
(111,172,201)
0 Favorites   0 Comments

Color spaces of #6facc9

RGB 111172201
HSL0.550.450.61
HSV199°45°79°
CMYK 0.450.140.00   0.21
XYZ31.850737.101660.7410
Yxy37.10160.24560.2861
Hunter Lab60.9111-13.2559-16.4867
CIE-Lab67.3532-11.9873-20.9283

#6facc9 color RGB value is (111,172,201).

#6facc9 hex color red value is 111, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #6facc9 hue: 0.55 , saturation: 0.45 and the lightness value of 6facc9 is 0.61.

The process color (four color CMYK) of #6facc9 color hex is 0.45, 0.14, 0.00, 0.21. Web safe color of #6facc9 is #6699cc. Color #6facc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 11001001
Octal 157 254 311
Decimal 111 172 201
Hex 6F AC C9

RGB Percentages of Color #6facc9

%22.93
%35.54
%41.53

CMYK Percentages of Color #6facc9

%45
%14
%0
%21

Triadic Colors of #6facc9

#6facc9 #c96fac #acc96f

Analogous Colors of #6facc9

#6facc9 #6f7fc9 #6fc9b9

Monochromatic Colors of #6facc9

#6facc9

Complementary Color

#6facc9 #c98c6f

#6facc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6facc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6facc9 Color CSS Codes

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

#6facc9 Text Font Color

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

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


#6facc9 Background Color

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

This div background color is #6facc9


#6facc9 Border Color

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

This div border color is #6facc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6facc9


Comments

No comments written yet.

Please login to write comment.