Color Hex Logo

#6f908f Color Hex

#6F908F
(111,144,143)
0 Favorites   0 Comments

Color spaces of #6f908f

RGB 111144143
HSL0.490.130.50
HSV178°23°56°
CMYK 0.230.000.01   0.44
XYZ21.486725.309229.7393
Yxy25.30920.28070.3307
Hunter Lab50.3082-11.80190.1670
CIE-Lab57.3755-11.6848-3.2544

#6f908f color RGB value is (111,144,143).

#6f908f hex color red value is 111, green value is 144 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6f908f hue: 0.49 , saturation: 0.13 and the lightness value of 6f908f is 0.50.

The process color (four color CMYK) of #6f908f color hex is 0.23, 0.00, 0.01, 0.44. Web safe color of #6f908f is #669999. Color #6f908f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10010000 10001111
Octal 157 220 217
Decimal 111 144 143
Hex 6F 90 8F

RGB Percentages of Color #6f908f

%27.89
%36.18
%35.93

CMYK Percentages of Color #6f908f

%23
%0
%1
%44

Triadic Colors of #6f908f

#6f908f #8f6f90 #908f6f

Analogous Colors of #6f908f

#6f908f #6f8190 #6f907f

Monochromatic Colors of #6f908f

#6f908f

Complementary Color

#6f908f #906f70

#6f908f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f908f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f908f Color CSS Codes

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

#6f908f Text Font Color

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

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


#6f908f Background Color

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

This div background color is #6f908f


#6f908f Border Color

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

This div border color is #6f908f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f908f


Comments

No comments written yet.

Please login to write comment.