Color Hex Logo

#6fafbc Color Hex

#6FAFBC
(111,175,188)
0 Favorites   0 Comments

Color spaces of #6fafbc

RGB 111175188
HSL0.530.360.59
HSV190°41°74°
CMYK 0.410.070.00   0.26
XYZ30.962637.670353.2161
Yxy37.67030.25410.3092
Hunter Lab61.3761-17.3598-8.4440
CIE-Lab67.7769-17.0721-13.0971

#6fafbc color RGB value is (111,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101111 10111100
Octal 157 257 274
Decimal 111 175 188
Hex 6F AF BC

RGB Percentages of Color #6fafbc

%23.42
%36.92
%39.66

CMYK Percentages of Color #6fafbc

%41
%7
%0
%26

Triadic Colors of #6fafbc

#6fafbc #bc6faf #afbc6f

Analogous Colors of #6fafbc

#6fafbc #6f89bc #6fbca3

Monochromatic Colors of #6fafbc

#6fafbc

Complementary Color

#6fafbc #bc7c6f

#6fafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fafbc Color CSS Codes

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

#6fafbc Text Font Color

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

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


#6fafbc Background Color

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

This div background color is #6fafbc


#6fafbc Border Color

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

This div border color is #6fafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fafbc


Comments

No comments written yet.

Please login to write comment.