#6D9191

Color #6D9191 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #6D9191

Tints of Juniper #6D9191

Color information

#6D9191 (or 0x6D9191) is unknown color: approx Juniper. HEX triplet: 6D, 91 and 91. RGB value is (109,145,145). Sum of RGB (Red+Green+Blue) = 109+145+145=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #6D9191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9191 is #926E6E. Grayscale: #868686. Windows color (decimal): -9596527 or 9539949. OLE color: 9539949.

HSL color Cylindrical-coordinate representation of color #6D9191: hue angle of 180º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9191 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB109145145-
CMYK0.25000.43
HSL180º14.17%49.8%-
HSV(B)180º24.83%56.86%-
XYZ21.5425.5530.58-
YUV134.24134.07110-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=27.32%
G=36.34%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091451450.25000.4318014.1749.8
Hex6D919119002Bb4e32
Octal1552212213100532641662
Binary110110110010001100100011100100101011101101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D9191; }

 p { color: rgb(109,145,145); }

 H1.HeaderClassName
 {
   color: #6D9191;
 }
 .AnyTagClassName
 {
   color: #6D9191;
 }
</style>
background-color css

<style>
 a { background-color: #6D9191; }

 a { background-color: rgb(109,145,145); }

 div.DivClassName
 {
   background-color: #6D9191;
 }
 .BgClassName
 {
   background-color: #6D9191;
 }
</style>
border-color css

<style>
 span { border-color: #6D9191; }

 span { border-color: rgb(109,145,145); }

 td.TdClassName
 {
   border-color: #6D9191;
 }
 .TagClassName
 {
   border-color: #6D9191;
 }
</style>