#6D9992

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

Shades of Juniper #6D9992

Tints of Juniper #6D9992

Color information

#6D9992 (or 0x6D9992) is unknown color: approx Juniper. HEX triplet: 6D, 99 and 92. RGB value is (109,153,146). Sum of RGB (Red+Green+Blue) = 109+153+146=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9992 is #92666D. Grayscale: #8B8B8B. Windows color (decimal): -9594478 or 9607533. OLE color: 9607533.

HSL color Cylindrical-coordinate representation of color #6D9992: hue angle of 170.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9992 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB109153146-
CMYK0.2900.050.4
HSL170.45º17.74%51.37%-
HSV(B)170.45º28.76%60%-
XYZ22.8928.1131.41-
YUV139.05131.92106.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.72%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=26.72%
G=37.5%
B=35.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1091531460.2900.050.4170.4517.7451.37
Hex6D99921D0528aa1233
Octal1552312223505502522263
Binary110110110011001100100101110101011010001010101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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