#6D9391

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

Shades of Juniper #6D9391

Tints of Juniper #6D9391

Color information

#6D9391 (or 0x6D9391) is unknown color: approx Juniper. HEX triplet: 6D, 93 and 91. RGB value is (109,147,145). Sum of RGB (Red+Green+Blue) = 109+147+145=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9391 is #926C6E. Grayscale: #878787. Windows color (decimal): -9596015 or 9540461. OLE color: 9540461.

HSL color Cylindrical-coordinate representation of color #6D9391: hue angle of 176.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D9391 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB109147145-
CMYK0.2600.010.42
HSL176.84º14.96%50.2%-
HSV(B)176.84º25.85%57.65%-
XYZ21.8526.1630.69-
YUV135.41133.41109.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=27.18%
G=36.66%
B=36.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091471450.2600.010.42176.8414.9650.2
Hex6D93911A012Ab1f32
Octal1552232213201522611762
Binary110110110010011100100011101001101010101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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