Color Hex Logo

#6faacc Color Hex

#6FAACC
(111,170,204)
0 Favorites   0 Comments

Color spaces of #6faacc

RGB 111170204
HSL0.560.480.62
HSV202°46°80°
CMYK 0.460.170.00   0.20
XYZ31.829436.488662.4922
Yxy36.48860.24330.2789
Hunter Lab60.4058-11.6538-19.0538
CIE-Lab66.8916-10.0750-23.2915

#6faacc color RGB value is (111,170,204).

#6faacc hex color red value is 111, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6faacc hue: 0.56 , saturation: 0.48 and the lightness value of 6faacc is 0.62.

The process color (four color CMYK) of #6faacc color hex is 0.46, 0.17, 0.00, 0.20. Web safe color of #6faacc is #6699cc. Color #6faacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11001100
Octal 157 252 314
Decimal 111 170 204
Hex 6F AA CC

RGB Percentages of Color #6faacc

%22.89
%35.05
%42.06

CMYK Percentages of Color #6faacc

%46
%17
%0
%20

Triadic Colors of #6faacc

#6faacc #cc6faa #aacc6f

Analogous Colors of #6faacc

#6faacc #6f7ccc #6fccc0

Monochromatic Colors of #6faacc

#6faacc

Complementary Color

#6faacc #cc916f

#6faacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faacc Color CSS Codes

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

#6faacc Text Font Color

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

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


#6faacc Background Color

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

This div background color is #6faacc


#6faacc Border Color

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

This div border color is #6faacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faacc


Comments

No comments written yet.

Please login to write comment.