#6D9291

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

Shades of Juniper #6D9291

Tints of Juniper #6D9291

Color information

#6D9291 (or 0x6D9291) is unknown color: approx Juniper. HEX triplet: 6D, 92 and 91. RGB value is (109,146,145). Sum of RGB (Red+Green+Blue) = 109+146+145=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9291 is #926D6E. Grayscale: #868686. Windows color (decimal): -9596271 or 9540205. OLE color: 9540205.

HSL color Cylindrical-coordinate representation of color #6D9291: hue angle of 178.38º degrees, saturation: 0.15, 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 #6D9291 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB109146145-
CMYK0.2500.010.43
HSL178.38º14.51%50%-
HSV(B)178.38º25.34%57.25%-
XYZ21.725.8530.63-
YUV134.82133.74109.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.25%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=27.25%
G=36.5%
B=36.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091461450.2500.010.43178.3814.5150
Hex6D929119012Bb2f32
Octal1552222213101532621762
Binary110110110010010100100011100101101011101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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