#6D9C94

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

Shades of Juniper #6D9C94

Tints of Juniper #6D9C94

Color information

#6D9C94 (or 0x6D9C94) is unknown color: approx Juniper. HEX triplet: 6D, 9C and 94. RGB value is (109,156,148). Sum of RGB (Red+Green+Blue) = 109+156+148=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C94 is #92636B. Grayscale: #8D8D8D. Windows color (decimal): -9593708 or 9739373. OLE color: 9739373.

HSL color Cylindrical-coordinate representation of color #6D9C94: hue angle of 169.79º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C94 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB109156148-
CMYK0.3000.050.39
HSL169.79º19.18%51.96%-
HSV(B)169.79º30.13%61.18%-
XYZ23.5429.1732.41-
YUV141.03131.93105.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.39%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=26.39%
G=37.77%
B=35.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091561480.3000.050.39169.7919.1851.96
Hex6D9C941E0527aa1334
Octal1552342243605472522364
Binary110110110011100100101001111001011001111010101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,156,148); }

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

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

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

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

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

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

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