Color Hex Logo

#6d8990 Color Hex

#6D8990
(109,137,144)
0 Favorites   0 Comments

Color spaces of #6d8990

RGB 109137144
HSL0.530.140.50
HSV192°24°56°
CMYK 0.240.050.00   0.44
XYZ20.286423.156129.7859
Yxy23.15610.27700.3162
Hunter Lab48.1208-8.9607-3.0149
CIE-Lab55.2328-8.2298-7.0164

#6d8990 color RGB value is (109,137,144).

#6d8990 hex color red value is 109, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #6d8990 hue: 0.53 , saturation: 0.14 and the lightness value of 6d8990 is 0.50.

The process color (four color CMYK) of #6d8990 color hex is 0.24, 0.05, 0.00, 0.44. Web safe color of #6d8990 is #669999. Color #6d8990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001001 10010000
Octal 155 211 220
Decimal 109 137 144
Hex 6D 89 90

RGB Percentages of Color #6d8990

%27.95
%35.13
%36.92

CMYK Percentages of Color #6d8990

%24
%5
%0
%44

Triadic Colors of #6d8990

#6d8990 #906d89 #89906d

Analogous Colors of #6d8990

#6d8990 #6d7890 #6d9086

Monochromatic Colors of #6d8990

#6d8990

Complementary Color

#6d8990 #90746d

#6d8990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d8990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d8990 Color CSS Codes

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

#6d8990 Text Font Color

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

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


#6d8990 Background Color

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

This div background color is #6d8990


#6d8990 Border Color

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

This div border color is #6d8990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d8990


Comments

No comments written yet.

Please login to write comment.