Color Hex Logo

#6faaf9 Color Hex

#6FAAF9
(111,170,249)
0 Favorites   0 Comments

Color spaces of #6faaf9

RGB 111170249
HSL0.600.920.71
HSV214°55°98°
CMYK 0.550.320.00   0.02
XYZ38.029238.968595.1399
Yxy38.96850.22090.2264
Hunter Lab62.4248-0.5010-46.6650
CIE-Lab68.72843.2279-45.1207

#6faaf9 color RGB value is (111,170,249).

#6faaf9 hex color red value is 111, green value is 170 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #6faaf9 hue: 0.60 , saturation: 0.92 and the lightness value of 6faaf9 is 0.71.

The process color (four color CMYK) of #6faaf9 color hex is 0.55, 0.32, 0.00, 0.02. Web safe color of #6faaf9 is #6699ff. Color #6faaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11111001
Octal 157 252 371
Decimal 111 170 249
Hex 6F AA F9

RGB Percentages of Color #6faaf9

%20.94
%32.08
%46.98

CMYK Percentages of Color #6faaf9

%55
%32
%0
%2

Triadic Colors of #6faaf9

#6faaf9 #f96faa #aaf96f

Analogous Colors of #6faaf9

#6faaf9 #796ff9 #6feff9

Monochromatic Colors of #6faaf9

#6faaf9

Complementary Color

#6faaf9 #f9be6f

#6faaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faaf9 Color CSS Codes

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

#6faaf9 Text Font Color

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

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


#6faaf9 Background Color

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

This div background color is #6faaf9


#6faaf9 Border Color

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

This div border color is #6faaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faaf9


Comments

No comments written yet.

Please login to write comment.