Color Hex Logo

#6fafbe Color Hex

#6FAFBE
(111,175,190)
0 Favorites   0 Comments

Color spaces of #6fafbe

RGB 111175190
HSL0.530.380.59
HSV191°42°75°
CMYK 0.420.080.00   0.25
XYZ31.179837.757254.3597
Yxy37.75720.25290.3062
Hunter Lab61.4469-16.9564-9.4388
CIE-Lab67.8413-16.5470-14.1066

#6fafbe color RGB value is (111,175,190).

#6fafbe hex color red value is 111, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6fafbe hue: 0.53 , saturation: 0.38 and the lightness value of 6fafbe is 0.59.

The process color (four color CMYK) of #6fafbe color hex is 0.42, 0.08, 0.00, 0.25. Web safe color of #6fafbe is #6699cc. Color #6fafbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101111 10111110
Octal 157 257 276
Decimal 111 175 190
Hex 6F AF BE

RGB Percentages of Color #6fafbe

%23.32
%36.76
%39.92

CMYK Percentages of Color #6fafbe

%42
%8
%0
%25

Triadic Colors of #6fafbe

#6fafbe #be6faf #afbe6f

Analogous Colors of #6fafbe

#6fafbe #6f88be #6fbea6

Monochromatic Colors of #6fafbe

#6fafbe

Complementary Color

#6fafbe #be7e6f

#6fafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fafbe Color CSS Codes

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

#6fafbe Text Font Color

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

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


#6fafbe Background Color

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

This div background color is #6fafbe


#6fafbe Border Color

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

This div border color is #6fafbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,175,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 #6fafbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fafbe


Comments

No comments written yet.

Please login to write comment.